Merge "Create the TEST_MAPPING file" am: e0b709b9a6
am: 5a80e2617d
am: a49ad1b8df
Original change: https://android-review.googlesource.com/c/platform/build/+/2643392 Change-Id: Icbefbf1f0a16c839653bc9b1473a7731ac9bf72c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
15
tools/aconfig/TEST_MAPPING
Normal file
15
tools/aconfig/TEST_MAPPING
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user