summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/input/tests/Android.bp13
1 files changed, 8 insertions, 5 deletions
diff --git a/libs/input/tests/Android.bp b/libs/input/tests/Android.bp
index 0167c433cb..85a37fe04a 100644
--- a/libs/input/tests/Android.bp
+++ b/libs/input/tests/Android.bp
@@ -58,11 +58,19 @@ cc_test {
"-Wno-unused-parameter",
],
sanitize: {
+ address: true,
hwaddress: true,
undefined: true,
all_undefined: true,
diag: {
+ cfi: true,
+ integer_overflow: true,
+ memtag_heap: true,
undefined: true,
+ misc_undefined: [
+ "bounds",
+ "all",
+ ],
},
},
shared_libs: [
@@ -92,11 +100,6 @@ cc_test {
"libstatssocket_lazy",
],
},
- host: {
- sanitize: {
- address: true,
- },
- },
},
native_coverage: false,
}