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

Commit 7ba7473a authored by Ivan Lozano's avatar Ivan Lozano Committed by android-build-merger
Browse files

Merge "Disable integer overflow sanitizer in grep." am: 3946d930

am: a93741ec

Change-Id: I6d09399db47f13206cc8eab480491511d6170c26
parents 72ce9fdd a93741ec
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -40,6 +40,10 @@ cc_defaults {
    cflags: common_cflags,
    local_include_dirs: ["upstream-netbsd/include/"],
    symlinks: ["egrep", "fgrep"],

    sanitize: {
        integer_overflow: false,
    },
}

cc_binary {