commit | 34ad3a3a09dce56d60fb30f93c11e84e48ea2913 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri May 26 21:53:19 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri May 26 21:53:19 2023 +0000 |
tree | 2d901255db458da801d75dcd6742b555d73e535e | |
parent | 7ac787b94d90e6fbc3b889bf4fe8c7d8b78a9d26 [diff] | |
parent | b15f264fff3c1fc673a5cb5111eb62e015cb5eeb [diff] |
Merge "Sanitize address for libinput tests" into udc-qpr-dev
diff --git a/libs/input/tests/Android.bp b/libs/input/tests/Android.bp index 42bdf57..6aae25d 100644 --- a/libs/input/tests/Android.bp +++ b/libs/input/tests/Android.bp
@@ -44,12 +44,20 @@ "-Wno-unused-parameter", ], sanitize: { + hwaddress: true, undefined: true, all_undefined: true, diag: { undefined: true, }, }, + target: { + host: { + sanitize: { + address: true, + }, + }, + }, shared_libs: [ "libbase", "libbinder",