Temprorarily opt out libui from libcrt

Now that BufferHubBuffer has been moved into libui, has to opt out
libui from libcrt as well.

Bug: 111976433
Bug: 117565638
Test: buffer_hub-test
Change-Id: I9f4534151b56216369004e274046d93a32eba548
diff --git a/libs/ui/Android.bp b/libs/ui/Android.bp
index 24b1986..7b35409 100644
--- a/libs/ui/Android.bp
+++ b/libs/ui/Android.bp
@@ -144,6 +144,9 @@
         "libhardware_headers",
         "libui_headers",
     ],
+
+    // TODO(b/117568153): Temporarily opt out using libcrt.
+    no_libcrt: true,
 }
 
 cc_library_headers {