summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}