summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-11-01 01:39:04 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-11-01 01:39:04 +0000
commit821748e2b83d316219be23c5535a11e2d618fd45 (patch)
treeff1286a2f01024efde033b452e8dcc02c1f4b805
parent525f1ec7cd7a9741964b5b1d34260b02d543defa (diff)
parent7663711cebf4e1729271754382417bdf84fa1804 (diff)
Merge "Work around failed link with HWASan" into main
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a8b8a8c..834851e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -100,6 +100,10 @@ cc_binary {
name: "dtc_static",
defaults: ["dtc_defaults"],
static_executable: true,
+ // TODO(b/373646042): this is a workaround for failed link
+ sanitize: {
+ hwaddress: false,
+ },
installable: false, // test only
}