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

Commit 8fec239a authored by Yi Kong's avatar Yi Kong Committed by Android (Google) Code Review
Browse files

Merge "Temporarily turn off ASAN for libcompositionengine_test"

parents c21947c2 f43b664c
Loading
Loading
Loading
Loading
+8 −1
Original line number Original line Diff line number Diff line
@@ -119,6 +119,13 @@ cc_test {
        //
        //
        // You can either "make dist tests" before flashing, or set this
        // You can either "make dist tests" before flashing, or set this
        // option to false temporarily.
        // 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,
    },
    },
}
}