diff options
author | 2024-10-30 12:48:33 -0700 | |
---|---|---|
committer | 2024-10-30 21:09:02 +0000 | |
commit | 7663711cebf4e1729271754382417bdf84fa1804 (patch) | |
tree | e4a2986903f89ac7462721133476a1087937f433 | |
parent | 3c5eb97322dcab9cdb8396e70cef7c74f8f72a74 (diff) |
Work around failed link with HWASan
Bug: 373646042
Change-Id: I55b630959f6e086e5f7ef29ed255de7923b044a4
-rw-r--r-- | Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 } |