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
diff --git a/packages/Shell/tests/Android.bp b/packages/Shell/tests/Android.bp
index 0dc3314..cfd4db8 100644
--- a/packages/Shell/tests/Android.bp
+++ b/packages/Shell/tests/Android.bp
@@ -26,3 +26,10 @@
     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"],
+}