Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d35ce64 authored by Colin Cross's avatar Colin Cross
Browse files

Update sanitize property format

Change-Id: I81c299609ece7a1c7f27093f563d5df08efe989b
parent 1607ea64
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -56,7 +56,9 @@ cc_library {
        android: {
            srcs: liblog_target_sources,
            // AddressSanitizer runtime library depends on liblog.
            sanitize: ["never"],
            sanitize: {
                never: true,
            },
        },
        android_arm: {
            // TODO: This is to work around b/24465209. Remove after root cause is fixed