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

Commit 18589dbb authored by Evgenii Stepanov's avatar Evgenii Stepanov Committed by android-build-merger
Browse files

Merge "Re-enable asan on /init." am: 9c334367

am: 17d5f8ad

Change-Id: I36232326fbd18d6d8e065f2fd133c3a7ad6cd8b9
parents f096e2d9 17d5f8ad
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ 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",