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

Commit 91fecc8e 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

am: 7ba7473a

Change-Id: I5b09a0d010e455cb7261a28fbe62eb10342ed33c
parents 781c47f4 7ba7473a
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 {