Loading core/tests/coretests/Android.bp +4 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,10 @@ android_test { ], sdk_version: "core_platform", test_suites: ["device-tests"], test_suites: [ "device-tests", "automotive-tests", ], certificate: "platform", Loading services/tests/servicestests/Android.bp +5 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,11 @@ android_test { ], platform_apis: true, test_suites: ["device-tests"], test_suites: [ "device-tests", "automotive-tests", ], certificate: "platform", Loading services/tests/uiservicestests/Android.bp +7 −2 Original line number Diff line number Diff line Loading @@ -26,7 +26,8 @@ android_test { "services.net", "services.usage", "guava", "androidx.test.rules", "hamcrest-library", "androidx.test.rules", "hamcrest-library", "mockito-target-inline-minus-junit4", "platform-test-annotations", "platformprotosnano", Loading @@ -48,7 +49,11 @@ android_test { dxflags: ["--multi-dex"], platform_apis: true, test_suites: ["device-tests"], test_suites: [ "device-tests", "automotive-tests", ], certificate: "platform", Loading tests/testables/tests/Android.bp +4 −1 Original line number Diff line number Diff line Loading @@ -46,5 +46,8 @@ android_test { "android.test.mock", ], certificate: "platform", test_suites: ["device-tests"], test_suites: [ "device-tests", "automotive-tests", ], } Loading
core/tests/coretests/Android.bp +4 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,10 @@ android_test { ], sdk_version: "core_platform", test_suites: ["device-tests"], test_suites: [ "device-tests", "automotive-tests", ], certificate: "platform", Loading
services/tests/servicestests/Android.bp +5 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,11 @@ android_test { ], platform_apis: true, test_suites: ["device-tests"], test_suites: [ "device-tests", "automotive-tests", ], certificate: "platform", Loading
services/tests/uiservicestests/Android.bp +7 −2 Original line number Diff line number Diff line Loading @@ -26,7 +26,8 @@ android_test { "services.net", "services.usage", "guava", "androidx.test.rules", "hamcrest-library", "androidx.test.rules", "hamcrest-library", "mockito-target-inline-minus-junit4", "platform-test-annotations", "platformprotosnano", Loading @@ -48,7 +49,11 @@ android_test { dxflags: ["--multi-dex"], platform_apis: true, test_suites: ["device-tests"], test_suites: [ "device-tests", "automotive-tests", ], certificate: "platform", Loading
tests/testables/tests/Android.bp +4 −1 Original line number Diff line number Diff line Loading @@ -46,5 +46,8 @@ android_test { "android.test.mock", ], certificate: "platform", test_suites: ["device-tests"], test_suites: [ "device-tests", "automotive-tests", ], }