diff options
author | 2024-11-02 23:05:22 +0000 | |
---|---|---|
committer | 2024-11-02 23:05:22 +0000 | |
commit | fa597f4e420a73fb82b30296b2af18b2acdd0a4f (patch) | |
tree | ff1286a2f01024efde033b452e8dcc02c1f4b805 | |
parent | 94f979b30059d1981c0c0a02122d426f33d382bf (diff) | |
parent | bc61bb4cc134a2126078a71a8567e1a213f4430e (diff) |
Snap for 12596896 from bc61bb4cc134a2126078a71a8567e1a213f4430e to 25Q2-release
Change-Id: I830686303c0dbc1923d42fc733cecc37ffc68f5e
-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 } |