We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0af2e9 + 2c77c70 commit c9db22cCopy full SHA for c9db22c
1 file changed
libs/input/tests/Android.bp
@@ -58,11 +58,19 @@ cc_test {
58
"-Wno-unused-parameter",
59
],
60
sanitize: {
61
+ address: true,
62
hwaddress: true,
63
undefined: true,
64
all_undefined: true,
65
diag: {
66
+ cfi: true,
67
+ integer_overflow: true,
68
+ memtag_heap: true,
69
70
+ misc_undefined: [
71
+ "bounds",
72
+ "all",
73
+ ],
74
},
75
76
shared_libs: [
@@ -92,11 +100,6 @@ cc_test {
92
100
"libstatssocket_lazy",
93
101
94
102
95
- host: {
96
- sanitize: {
97
- address: true,
98
- },
99
103
104
native_coverage: false,
105
}
0 commit comments