From bd7f9ef6f55e5298aa5bd4b375d36c987b9dab6a Mon Sep 17 00:00:00 2001 From: Filip Zakrzewski Date: Sat, 14 Dec 2024 02:31:21 -0800 Subject: Add 'automotive-general-tests' in Android.bp This change will make the test show up in the automotive zip file, if the zip file is configured to build BUG=382649664 Flag: TEST_ONLY Change-Id: I18d797a8ba50dd591c67f2b8793eb4d0443802ff --- tests/inputmethod/ConcurrentMultiSessionImeTest/Android.bp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/inputmethod/ConcurrentMultiSessionImeTest/Android.bp b/tests/inputmethod/ConcurrentMultiSessionImeTest/Android.bp index 44aa4028c916..370c0048d9a9 100644 --- a/tests/inputmethod/ConcurrentMultiSessionImeTest/Android.bp +++ b/tests/inputmethod/ConcurrentMultiSessionImeTest/Android.bp @@ -38,6 +38,9 @@ android_test { ], test_suites: [ "general-tests", + // This is an equivalent of general-tests for automotive. + // It helps manage the build time on automotive branches. + "automotive-general-tests", ], sdk_version: "test_current", -- cgit v1.2.3-59-g8ed1b