Merge "Create the TEST_MAPPING file" am: e0b709b9a6

Original change: https://android-review.googlesource.com/c/platform/build/+/2643392

Change-Id: I4d53145ffa9395f60f1d4e751de2acb03f01922b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Wenshan Fu
2023-07-04 01:22:48 +00:00
committed by Automerger Merge Worker

View File

@@ -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"
}
]
}
]
}