Add FrameworksMockingCoreTests to the automotive-tests package
Automotive team is running this test, we are migrating our tests into tradefed module runs This means the tests need to be either in general-tests package, or device-tests package We are not using those packages, so we need to add those tests into our own packages either automotive-general-tests and automotive-tests Change-Id: I578e7426d3c932639a595d69d380eff8ccd88161 Test: manual build Bug: 284663915
This commit is contained in:
@@ -56,7 +56,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