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

Commit 99f2954a authored by Cindy Zhou's avatar Cindy Zhou Committed by android-build-merger
Browse files

Merge "Libui Enable Bound Sanitizers" am: 7618ed32

am: 1a09d59a

Change-Id: Icc2c72bc1a5002bf42262b4bc88ea02c256f82ac
parents 61bd6224 1a09d59a
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -31,6 +31,13 @@ cc_library_shared {

    sanitize: {
        integer_overflow: true,
        misc_undefined: ["bounds"],
        diag: {
            misc_undefined: ["bounds"],
            no_recover: [
                "bounds",
            ],
        },
    },

    srcs: [