1package { 2 default_team: "trendy_team_system_experience", 3 default_applicable_licenses: ["Android-Apache-2.0"], 4} 5 6android_test { 7 name: "CarDeveloperOptionsUnitTests", 8 9 certificate: "platform", 10 11 srcs: ["src/**/*.java"], 12 13 libs: [ 14 "android.test.runner.stubs.system", 15 "android.test.base.stubs.system", 16 ], 17 18 static_libs: [ 19 "androidx.test.core", 20 "androidx.test.rules", 21 "androidx.test.ext.junit", 22 "androidx.test.ext.truth", 23 ], 24 25 instrumentation_for: "CarDeveloperOptions", 26 27 test_suites: [ 28 "automotive-general-tests", 29 "general-tests", 30 ], 31} 32