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

Commit dd02fa16 authored by Evgenii Stepanov's avatar Evgenii Stepanov
Browse files

Re-enable asan on /init.

Fixed in the new toolchain.

Bug: 120561310
Test: asan build boots
Change-Id: I722c98467ed0ac5e18441cb659f26cd8a803eee0
parent c5417315
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",