summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2024-11-02 23:05:22 +0000
committer Android Build Coastguard Worker <android-build-coastguard-worker@google.com> 2024-11-02 23:05:22 +0000
commitfa597f4e420a73fb82b30296b2af18b2acdd0a4f (patch)
treeff1286a2f01024efde033b452e8dcc02c1f4b805
parent94f979b30059d1981c0c0a02122d426f33d382bf (diff)
parentbc61bb4cc134a2126078a71a8567e1a213f4430e (diff)
Snap for 12596896 from bc61bb4cc134a2126078a71a8567e1a213f4430e to 25Q2-release
Change-Id: I830686303c0dbc1923d42fc733cecc37ffc68f5e
-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
}