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:
Filip Zakrzewski
2023-06-08 16:11:41 +00:00
parent 847f098ac1
commit 8f531bcee4

View File

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