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:
@@ -82,7 +82,10 @@ android_test {
|
||||
],
|
||||
|
||||
platform_apis: true,
|
||||
test_suites: ["device-tests"],
|
||||
test_suites: [
|
||||
"device-tests",
|
||||
"automotive-tests",
|
||||
],
|
||||
|
||||
certificate: "platform",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user