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

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

Change-Id: I736a203893e4a0b54a825ae009280f6b3b09ad05
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.