Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f58f123d authored by Filip's avatar Filip Committed by Filip Zakrzewski
Browse files

Add automotive-tests package to the tests

core/tests/coretests/Android.bp
services/tests/servicestests/Android.bp
services/tests/uiservicestests/Android.bp
tests/testables/tests/Android.bp

Bug: 235717579
Test: manual build
Change-Id: I4765947c737286587d9a67661884d6399322646f
parent 8d99d6ac
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -73,7 +73,10 @@ android_test {
    ],

    sdk_version: "core_platform",
    test_suites: ["device-tests"],
    test_suites: [
        "device-tests",
        "automotive-tests",
    ],

    certificate: "platform",

+5 −1
Original line number Diff line number Diff line
@@ -75,7 +75,11 @@ android_test {
    ],

    platform_apis: true,
    test_suites: ["device-tests"],

    test_suites: [
        "device-tests",
        "automotive-tests",
    ],

    certificate: "platform",

+7 −2
Original line number Diff line number Diff line
@@ -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",
@@ -48,7 +49,11 @@ android_test {
    dxflags: ["--multi-dex"],

    platform_apis: true,
    test_suites: ["device-tests"],

    test_suites: [
        "device-tests",
        "automotive-tests",
    ],

    certificate: "platform",

+4 −1
Original line number Diff line number Diff line
@@ -46,5 +46,8 @@ android_test {
        "android.test.mock",
    ],
    certificate: "platform",
    test_suites: ["device-tests"],
    test_suites: [
        "device-tests",
        "automotive-tests",
    ],
}