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

Commit b1ae385e authored by Filip Zakrzewski's avatar Filip Zakrzewski
Browse files

Add WmTests to the automotive-tests package

Automotive team is unable to use device-tests package, and is using automotive-tests package
as a smaller replacement
This change only adds the test APK into this package if automotive-tests package is added
to the build target

Change-Id: I226fe814638a350714ad5411d31735f22df58405
Test: manual
Bug: 284663915
parent 847f098a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -82,7 +82,10 @@ android_test {
    ],

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

    certificate: "platform",