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/tests/permission/Android.bp b/tests/permission/Android.bp
index b02f410..b6338bc 100644
--- a/tests/permission/Android.bp
+++ b/tests/permission/Android.bp
@@ -25,3 +25,10 @@
platform_apis: true,
test_suites: ["device-tests"],
}
+
+test_module_config {
+ name: "FrameworkPermissionTests_Presubmit",
+ base: "FrameworkPermissionTests",
+ test_suites: ["device-tests"],
+ include_annotations: ["android.platform.test.annotations.Presubmit"],
+}