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

Commit 54ded63c authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "init: disable asan" am: 05735591 am: 6d3bb49d

am: fb7dc9cd

Change-Id: I6c95afbb518eef772b3767c396365764f26c1c67
parents 5af42361 fb7dc9cd
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",