summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Florian Mayer <fmayer@google.com> 2024-10-30 12:48:33 -0700
committer Florian Mayer <fmayer@google.com> 2024-10-30 21:09:02 +0000
commit7663711cebf4e1729271754382417bdf84fa1804 (patch)
treee4a2986903f89ac7462721133476a1087937f433
parent3c5eb97322dcab9cdb8396e70cef7c74f8f72a74 (diff)
Work around failed link with HWASan
Bug: 373646042 Change-Id: I55b630959f6e086e5f7ef29ed255de7923b044a4
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f4b1d37..193b55a 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
}