diff options
author | 2024-11-01 01:39:04 +0000 | |
---|---|---|
committer | 2024-11-01 01:39:04 +0000 | |
commit | 821748e2b83d316219be23c5535a11e2d618fd45 (patch) | |
tree | ff1286a2f01024efde033b452e8dcc02c1f4b805 | |
parent | 525f1ec7cd7a9741964b5b1d34260b02d543defa (diff) | |
parent | 7663711cebf4e1729271754382417bdf84fa1804 (diff) |
Merge "Work around failed link with HWASan" into main
-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 } |