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

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

Merge "Libui Enable Bound Sanitizers"

am: 7618ed32

Change-Id: I7a9b19fb92ad9ae11757bc9d19ff6d8e4c967379
parents bbeb7f3a 7618ed32
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: [