blob: c18ef28ca799942a089894feec99497dfa757fd8 [file] [log] [blame]
Bob Badour051ef782021-02-12 17:07:05 -08001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "frameworks_base_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["frameworks_base_license"],
8}
9
Sasha Smundakb61bab62019-03-26 15:08:33 -070010android_test {
11 name: "FrameworksLocationTests",
12 // Include all test java files.
13 srcs: ["src/**/*.java"],
14 libs: [
15 "android.test.runner",
16 "android.test.base",
17 ],
18 platform_apis: true,
19 static_libs: [
20 "androidx.test.rules",
21 "core-test-rules",
22 "guava",
23 "mockito-target-minus-junit4",
24 "frameworks-base-testutils",
25 "truth-prebuilt",
26 ],
27 test_suites: ["device-tests"],
28}