blob: bde309fe30159d650b89ad724478fdbdd6456c02 [file] [log] [blame]
Yasin Kilicdere85e1b022021-10-14 16:44:23 +00001package {
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
10android_test {
11 name: "MultiUserTests",
12 platform_apis: true,
13 srcs: ["src/**/*.java"],
14
15 static_libs: [
16 "androidx.test.rules",
17 "androidx.test.runner",
18 "services.core",
19 ],
20 libs: [
21 "android.test.runner",
22 "android.test.base",
23 "android.test.mock",
24 ],
25 certificate: "platform",
26 test_suites: ["device-tests"],
27}