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

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

Merge "init: disable asan"

am: 05735591

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