aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-30 01:11:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-30 01:11:05 +0000
commitae3b40d18267efcbc83bad7331f6794818d445e3 (patch)
treed4f00300f19216268a54944ec396e67f9f7eeed6
parentd3cb613566d42e6861abf7e8ac6337de025212be (diff)
parent203e0831d6249a3892379d61ccea802aa7b7eb06 (diff)
downloadaidl-ae3b40d18267efcbc83bad7331f6794818d445e3.tar.gz
Snap for 8378100 from 203e0831d6249a3892379d61ccea802aa7b7eb06 to tm-release
Change-Id: I552f6fb4c1199663bf5b797f5bee26fe99eba627
-rw-r--r--Android.bp8
1 files changed, 6 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 79d2590e..c7959692 100644
--- a/Android.bp
+++ b/Android.bp
@@ -178,8 +178,12 @@ cc_test {
"liblog",
],
- sanitize: {
- address: true,
+ target: {
+ host: {
+ sanitize: {
+ address: true,
+ },
+ },
},
required: ["aidl-golden-test-build-hook"],