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

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

Merge "init: disable asan" am: 05735591

am: 6d3bb49d

Change-Id: I4eb5bac36847dc8bfe91c085e1f7ed2807bde873
parents 7efd2770 6d3bb49d
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",