summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2023-05-26 21:53:19 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-05-26 21:53:19 +0000
commit34ad3a3a09dce56d60fb30f93c11e84e48ea2913 (patch)
tree2d901255db458da801d75dcd6742b555d73e535e
parent7ac787b94d90e6fbc3b889bf4fe8c7d8b78a9d26 (diff)
parentb15f264fff3c1fc673a5cb5111eb62e015cb5eeb (diff)
Merge "Sanitize address for libinput tests" into udc-qpr-dev
-rw-r--r--libs/input/tests/Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/input/tests/Android.bp b/libs/input/tests/Android.bp
index 42bdf57514..6aae25d6d7 100644
--- a/libs/input/tests/Android.bp
+++ b/libs/input/tests/Android.bp
@@ -44,12 +44,20 @@ cc_test {
"-Wno-unused-parameter",
],
sanitize: {
+ hwaddress: true,
undefined: true,
all_undefined: true,
diag: {
undefined: true,
},
},
+ target: {
+ host: {
+ sanitize: {
+ address: true,
+ },
+ },
+ },
shared_libs: [
"libbase",
"libbinder",