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

Commit 737739f4 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 am: 50625ddc

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

Change-Id: I0d421bd1162b79ef85f7914d5fd653d573bc1028
parents 097fd5fe 50625ddc
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",
    ],