Home | History | Annotate | Download | only in locationtests
      1 android_test {
      2     name: "FrameworksLocationTests",
      3     // Include all test java files.
      4     srcs: ["src/**/*.java"],
      5     libs: [
      6         "android.test.runner",
      7         "android.test.base",
      8     ],
      9     platform_apis: true,
     10     static_libs: [
     11         "androidx.test.rules",
     12         "core-test-rules",
     13         "guava",
     14         "mockito-target-minus-junit4",
     15         "frameworks-base-testutils",
     16         "truth-prebuilt",
     17     ],
     18     test_suites: ["device-tests"],
     19 }
     20