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

Commit 0652728e authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "Update sanitize property format"

parents 090003a8 5d35ce64
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