blob: 086e84b86aca4a7bc52bb684dbabc1b6344d984b [file] [log] [blame]
Bob Badourd5949582021-02-23 13:18:34 -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
Oli Lan26ff5502020-07-01 10:46:50 +010010android_test {
11 name: "FrameworksInProcessTests",
12 srcs: ["src/**/*.java"],
13 static_libs: [
14 "androidx.test.core",
15 "androidx.test.rules",
16 "services.core",
Krzysztof KosiƄskibbe98fe32023-10-06 20:25:28 +000017 "truth",
Oli Lan26ff5502020-07-01 10:46:50 +010018 "platform-test-annotations",
19 ],
20 test_suites: ["general-tests"],
21}