blob: 9be3ab795b8645751fa1c7404d3cc1f2eb6a2ade [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 Smundakb6aca112019-02-20 16:52:48 -080010android_test {
11 name: "FrameworkPerf",
12 srcs: ["**/*.java"],
13 platform_apis: true,
14 libs: [
15 "android.test.runner",
16 "android.test.base",
17 ],
18 static_libs: ["junit"],
19 aaptflags: [
20 "-c",
21 "120dpi,240dpi,160dpi,161dpi,320dpi,nodpi",
22 ],
23}