[RFCLAT#15] Static link libc++ am: 03486e0f35 am: c62dcf2ffb am: e2b1806a09

Original change: https://android-review.googlesource.com/c/platform/external/android-clat/+/1938800

Change-Id: I5eb46104fcc39ba2724715c78e1292f85a62cc0f
diff --git a/Android.bp b/Android.bp
index 4e3c162..3ef0115 100644
--- a/Android.bp
+++ b/Android.bp
@@ -68,6 +68,10 @@
         "liblog",
     ],
 
+    // Static libc++ for smaller apex size while shipping clatd in the mainline module.
+    // See b/213123047
+    stl: "libc++_static",
+
     // Only enable clang-tidy for the daemon, not the tests, because enabling it for the
     // tests substantially increases build/compile cycle times and doesn't really provide a
     // security benefit.