diff --git a/tools/aconfig/TEST_MAPPING b/tools/aconfig/TEST_MAPPING new file mode 100644 index 0000000000..86124dd20d --- /dev/null +++ b/tools/aconfig/TEST_MAPPING @@ -0,0 +1,15 @@ +{ + "presubmit": [ + { + // Ensure changes on aconfig auto generated library is compatible with + // test testing filtering logic. Breakage on this test means all tests + // that using the flag annotations to do filtering will get affected. + "name": "FlagAnnotationTests", + "options": [ + { + "include-filter": "android.cts.flags.tests.FlagAnnotationTest" + } + ] + } + ] +}