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

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

Merge "Disable integer overflow sanitizer in grep."

am: 3946d930

Change-Id: Ie4ab0b0c542de435a507c1efdab79eef91beaf2f
parents 2cbce373 3946d930
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 {