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

Commit 50625ddc authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove sanitize build option for bluetooth tool" am: 900c035f

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1347826

Change-Id: Ic2f5215d90f2ea6429f5509ac4328192af171aa7
parents ea05dc2e 900c035f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -46,9 +46,6 @@ cc_binary {
    static_libs: [
        "libflatbuffers-cpp",
    ],
    sanitize: {
        address: true,
    },
}

cc_test {
@@ -67,9 +64,6 @@ cc_test {
    static_libs: [
        "libflatbuffers-cpp",
    ],
    sanitize: {
        address: true,
    },
    data: [
        "test.bfbs",
    ],