commit | 56ac01ebb4475440669f5f009c453dba0a86f6dd | [log] [tgz] |
---|---|---|
author | Ryan Mitchell <rtmitchell@google.com> | Fri Jan 11 22:35:25 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Jan 11 22:35:25 2019 +0000 |
tree | 0c8727e845d304900f5f077905db5d320c0e7070 | |
parent | 4ffbbbb8c8728c955e3d520f9a957cbd1e550dbb [diff] | |
parent | 81bae2d1583c983bbd584218b419241b388044f7 [diff] |
Merge "Statically link libc++ into aapt2"
diff --git a/tools/aapt2/Android.bp b/tools/aapt2/Android.bp index c42a888..0580df6 100644 --- a/tools/aapt2/Android.bp +++ b/tools/aapt2/Android.bp
@@ -58,6 +58,7 @@ "libprotobuf-cpp-lite", "libz", ], + stl: "libc++_static", group_static_libs: true, }