commit | 13a2d0329525ea99cd4c28812ad478c46d58e6b7 | [log] [tgz] |
---|---|---|
author | Hungming Chen <nuccachen@google.com> | Fri Jan 07 15:43:12 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Jan 07 15:43:12 2022 +0000 |
tree | 41b9f4c73e36823d02821be7dea9b1fde6477eb3 | |
parent | 623303080740fdf5bfbfaf0c4c95a0d92805a7a1 [diff] | |
parent | e2b1806a09ad485e017d9fb3af038be03bee50d6 [diff] |
[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.