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

Commit 54c2f51f authored by Chris Manton's avatar Chris Manton
Browse files

Remove sanitize build option for bluetooth tool

Bug: 159668008
Test: atest --host bluetooth_test_gd
Tag: #gd-refactor
Change-Id: I56b03e722b4b1c9b474526b4915b1ad91a2a04e2
parent 1a75b090
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",
    ],