diff options
author | 2024-12-14 02:31:21 -0800 | |
---|---|---|
committer | 2024-12-14 02:31:21 -0800 | |
commit | bd7f9ef6f55e5298aa5bd4b375d36c987b9dab6a (patch) | |
tree | 5bd138e15c30af91e2ba8eb6c53b6084c512e1ba | |
parent | 169dd22775a7d3be3d2d2aa98edbca570be3a889 (diff) |
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
-rw-r--r-- | tests/inputmethod/ConcurrentMultiSessionImeTest/Android.bp | 3 |
1 files changed, 3 insertions, 0 deletions
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", |