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

Commit 8f531bce authored by Filip Zakrzewski's avatar Filip Zakrzewski
Browse files

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
parent 847f098a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -56,7 +56,10 @@ android_test {
    ],

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

    certificate: "platform",
}