summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'liblog/Android.bp')
-rw-r--r--liblog/Android.bp4
1 files changed, 3 insertions, 1 deletions
diff --git a/liblog/Android.bp b/liblog/Android.bp
index 302e63c9f..7a95dbde6 100644
--- a/liblog/Android.bp
+++ b/liblog/Android.bp
@@ -56,7 +56,9 @@ cc_library {
56 android: { 56 android: {
57 srcs: liblog_target_sources, 57 srcs: liblog_target_sources,
58 // AddressSanitizer runtime library depends on liblog. 58 // AddressSanitizer runtime library depends on liblog.
59 sanitize: ["never"], 59 sanitize: {
60 never: true,
61 },
60 }, 62 },
61 android_arm: { 63 android_arm: {
62 // TODO: This is to work around b/24465209. Remove after root cause is fixed 64 // TODO: This is to work around b/24465209. Remove after root cause is fixed