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

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

Merge "Libui Enable Bound Sanitizers" am: 7618ed32 am: 1a09d59a

am: 99f2954a

Change-Id: I9d7959be2e22a16ab183711ce207829d10e1946c
parents 87705d0c 99f2954a
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: [