From 8f531bcee47515be11f03dc9e066d42789e75c55 Mon Sep 17 00:00:00 2001 From: Filip Zakrzewski Date: Thu, 8 Jun 2023 16:11:41 +0000 Subject: [PATCH] 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 --- core/tests/mockingcoretests/Android.bp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/tests/mockingcoretests/Android.bp b/core/tests/mockingcoretests/Android.bp index 96811be37f5a2..741e5357bc556 100644 --- a/core/tests/mockingcoretests/Android.bp +++ b/core/tests/mockingcoretests/Android.bp @@ -56,7 +56,10 @@ android_test { ], platform_apis: true, - test_suites: ["device-tests"], + test_suites: [ + "device-tests", + "automotive-tests", + ], certificate: "platform", }