Revert "Temporarily turn off ASAN for libcompositionengine_test"

This reverts commit 2e8910eed98aa89455d1e0f9947b599318d0f156.

This turns ASan support back on for this test, since the bug preventing
it has been fixed in a prior toolchain release.

Bug: http://b/139747256
Bug: http://b/131328001
Test: atest libcompositionengine_test

Change-Id: Id446b760c5d39a19f51144b09aa1484b644f3dfd
diff --git a/services/surfaceflinger/CompositionEngine/Android.bp b/services/surfaceflinger/CompositionEngine/Android.bp
index 1c31ab9..6f076ad 100644
--- a/services/surfaceflinger/CompositionEngine/Android.bp
+++ b/services/surfaceflinger/CompositionEngine/Android.bp
@@ -118,13 +118,6 @@
         //
         // 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,
     },
 }