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

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

Merge "Enable bounds sanitization in Bluetooth." am: 8045f87f am: 4ac49e53

am: 8ae38f87

Change-Id: Ibaa0ece672974adb35b8781c443d48892e043608
parents 98b700c3 8ae38f87
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -62,6 +62,9 @@ fluoride_defaults {
        "libbluetooth-types",
    ],
    cpp_std: "c++17",
    sanitize: {
        misc_undefined: ["bounds"],
    },
}

// Enables code coverage for a set of source files. Must be combined with