| package { |
| default_applicable_licenses: ["Android-Apache-2.0"], |
| default_team: "trendy_team_system_performance", |
| } |
| |
| android_test { |
| name: "CtsProfilingModuleTests", |
| defaults: ["cts_defaults"], |
| static_libs: [ |
| "androidx.test.rules", |
| "androidx.test.ext.truth", |
| "compatibility-device-util-axt", |
| "ctstestrunner-axt", |
| "cts-wm-util", |
| "modules-utils-build", |
| "service-profiling", |
| "android.os.profiling.flags-aconfig-java", |
| "framework-profiling.impl", |
| "testng", |
| ], |
| libs: [ |
| "android.test.runner", |
| "android.test.base", |
| "android.test.mock", |
| "junit", |
| ], |
| // include both the 32 and 64 bit versions |
| compile_multilib: "both", |
| srcs: [ |
| "src/android/profiling/cts/*.java", |
| ], |
| jni_libs: [ |
| "libcts_profiling_module_test_native", |
| ], |
| jarjar_rules: "jarjar-rules.txt", |
| test_suites: [ |
| "cts", |
| "general-tests", |
| "mts-profiling", |
| "mcts-profiling", |
| ], |
| min_sdk_version: "35", |
| sdk_version: "module_current", |
| } |