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
diff --git a/services/surfaceflinger/CompositionEngine/Android.bp b/services/surfaceflinger/CompositionEngine/Android.bp
index ae6bdbc..580bde8 100644
--- a/services/surfaceflinger/CompositionEngine/Android.bp
+++ b/services/surfaceflinger/CompositionEngine/Android.bp
@@ -119,6 +119,13 @@
         //
         // 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,
     },
 }