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

Commit 420cbb5e authored by Jeongik Cha's avatar Jeongik Cha Committed by Gerrit Code Review
Browse files

Merge "Turn off sanitize options for root-canal for linux_bionic"

parents d701070c 877c9233
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -171,6 +171,16 @@ cc_binary_host {
        address: true,
        all_undefined: true,
    },
    target: {
        // TODO(b/181290178) remove it when sanitize option is supported by linux_bionic as well
        linux_bionic: {
            sanitize: {
                address: false,
                cfi: false,
                all_undefined: false,
            },
        },
    },
}

genrule {