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

Commit 05735591 authored by Tom Cherry's avatar Tom Cherry Committed by Gerrit Code Review
Browse files

Merge "init: disable asan"

parents 50f52463 f8315f07
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ cc_defaults {
    cpp_std: "experimental",
    sanitize: {
        misc_undefined: ["signed-integer-overflow"],
        address: false,  // TODO(b/120561310): Fix ASAN to work without /proc mounted and re-enable.
    },
    cflags: [
        "-DLOG_UEVENTS=0",