• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    default_applicable_licenses: ["Android-Apache-2.0"],
3    default_team: "trendy_team_system_performance",
4}
5
6android_test {
7    name: "CtsProfilingModuleTests",
8    defaults: ["cts_defaults"],
9    static_libs: [
10        "androidx.test.rules",
11        "androidx.test.ext.truth",
12        "compatibility-device-util-axt",
13        "ctstestrunner-axt",
14        "cts-wm-util",
15        "modules-utils-build",
16        "service-profiling",
17        "android.os.profiling.flags-aconfig-java",
18        "framework-profiling.impl",
19        "testng",
20    ],
21    libs: [
22        "android.test.runner",
23        "android.test.base",
24        "android.test.mock",
25        "junit",
26    ],
27    srcs: [
28        "src/android/profiling/cts/*.java",
29    ],
30    jarjar_rules: "jarjar-rules.txt",
31    test_suites: [
32        "cts",
33        "general-tests",
34    ],
35    min_sdk_version: "current",
36    sdk_version: "module_current",
37}
38