diff options
| -rw-r--r-- | services/core/java/com/android/server/TEST_MAPPING | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/services/core/java/com/android/server/TEST_MAPPING b/services/core/java/com/android/server/TEST_MAPPING index d9da1c7999df..a317d23457be 100644 --- a/services/core/java/com/android/server/TEST_MAPPING +++ b/services/core/java/com/android/server/TEST_MAPPING @@ -48,6 +48,11 @@ } ], "file_patterns": ["BinaryTransparencyService\\.java"] + }, + { + // GWP-ASan's CTS test ensures that recoverable tombstones work, + // which is emitted by the NativeTombstoneManager. + "name": "CtsGwpAsanTestCases" } ], "presubmit-large": [ |