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
This commit is contained in:
Filip Zakrzewski
2023-06-08 16:09:52 +00:00
parent 847f098ac1
commit b1ae385e25

View File

@@ -82,7 +82,10 @@ android_test {
],
platform_apis: true,
test_suites: ["device-tests"],
test_suites: [
"device-tests",
"automotive-tests",
],
certificate: "platform",