b3a502bf63
These TEST_MAPPING files indicate presubmit should run atest on trust specific tests when files are changed in these directories. Test: local atest Bug: 221155933 Change-Id: I4f94bba968a68c9c95da30390a9bf2c8ca063b75 (cherry picked from commit 078f38606df67faae630f41c4a9c67992e5c312c)
15 lines
247 B
Plaintext
15 lines
247 B
Plaintext
{
|
|
"presubmit": [
|
|
{
|
|
"name": "TrustTests",
|
|
"options": [
|
|
{
|
|
"include-filter": "android.trust.test"
|
|
},
|
|
{
|
|
"exclude-annotation": "androidx.test.filters.FlakyTest"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |