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

Commit f43b664c authored by Yi Kong's avatar Yi Kong
Browse files

Temporarily turn off ASAN for libcompositionengine_test

ASAN build is broken for a while, but was not discovered since new PM
silently suppressed ASAN. Temporarily turn off ASAN to unblock the
compiler upgrade process.

Test: build with Clang r365631
Bug: 139747256
Bug: 131328001
Change-Id: I078a6a4d51bceafd7aff8cf00f10b30c0f902cfb
parent a6e6a0a5
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -119,6 +119,13 @@ cc_test {
        //
        // You can either "make dist tests" before flashing, or set this
        // option to false temporarily.
        address: true,


        // FIXME: ASAN build is broken for a while, but was not discovered
        // since new PM silently suppressed ASAN. Temporarily turn off ASAN
        // to unblock the compiler upgrade process.
        // address: true,
        // http://b/139747256
        address: false,
    },
}