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

Commit 8d143381 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Revert "Temporarily turn off ASAN for libcompositionengine_test"" am:...

Merge "Revert "Temporarily turn off ASAN for libcompositionengine_test"" am: 39e5ccb9 am: 739068c9 am: 5998b1d3 am: 54371272 am: 6cf31df4

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1404869

Change-Id: Ib940d3b4e70f90b90430409fb4ab6d17b5f1ca17
parents f6287528 6cf31df4
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
@@ -121,13 +121,6 @@ cc_test {
        //
        // You can either "make dist tests" before flashing, or set this
        // option to false temporarily.


        // 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,
        address: true,
    },
}