From b1ae385e25477fdd3867fade17ad37a429d859f2 Mon Sep 17 00:00:00 2001 From: Filip Zakrzewski Date: Thu, 8 Jun 2023 16:09:52 +0000 Subject: [PATCH] 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 --- services/tests/wmtests/Android.bp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/services/tests/wmtests/Android.bp b/services/tests/wmtests/Android.bp index e537197584cb1..5f48f3ce1d682 100644 --- a/services/tests/wmtests/Android.bp +++ b/services/tests/wmtests/Android.bp @@ -82,7 +82,10 @@ android_test { ], platform_apis: true, - test_suites: ["device-tests"], + test_suites: [ + "device-tests", + "automotive-tests", + ], certificate: "platform",