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

Commit 4ac49e53 authored by Ivan Lozano's avatar Ivan Lozano Committed by android-build-merger
Browse files

Merge "Enable bounds sanitization in Bluetooth."

am: 8045f87f

Change-Id: Ie1a58ea6002a2ce5ba36d9a5ca870a6db1fc4614
parents 1ecac095 8045f87f
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