diff options
| author | 2024-09-11 04:18:32 +0000 | |
|---|---|---|
| committer | 2024-09-11 17:35:34 +0000 | |
| commit | 809a2ebe4e16e51bbcd1d4f86c72321fac529f0b (patch) | |
| tree | f727c600459c6d16be41eacde73f791c0529fd60 /packages/Shell | |
| parent | f06da9bd2ef6348888eb716dabeec389da1d8eb7 (diff) | |
Batch creation of test_module_config entries in frameworks/base
go/test-module-config
This change only creates new names for existing tests.
A follow-up CL will adjust TEST_MAPPING files to use these names.
Where appropriate, minor changes to the .bp file were made to fix
missing test_suites.
Flag: TEST_ONLY
Test: These do not affect anything yet.
Change-Id: Iab1b96fd7b3d49f29e573817bd9be805741a9cad
Diffstat (limited to 'packages/Shell')
| -rw-r--r-- | packages/Shell/tests/Android.bp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/Shell/tests/Android.bp b/packages/Shell/tests/Android.bp index 0dc331478997..cfd4db82fbcb 100644 --- a/packages/Shell/tests/Android.bp +++ b/packages/Shell/tests/Android.bp @@ -26,3 +26,10 @@ android_test { instrumentation_for: "Shell", certificate: "platform", } + +test_module_config { + name: "ShellTests_android_server_os", + base: "ShellTests", + test_suites: ["device-tests"], + exclude_annotations: ["androidx.test.filters.LargeTest"], +} |