diff options
| author | 2019-01-04 13:48:04 -0800 | |
|---|---|---|
| committer | 2019-01-04 22:27:51 +0000 | |
| commit | 81bae2d1583c983bbd584218b419241b388044f7 (patch) | |
| tree | 9828af5066f3095a7037c33f1f2be67e2f6d0242 | |
| parent | d59bfa45683c53d27402a48380c889d0d36dc483 (diff) | |
Statically link libc++ into aapt2
Bug: 121280559
Change-Id: Ide6513d5cf51b832ad2c4a15676db050856728df
Test: ldd aapt2 and manual testing
| -rw-r--r-- | tools/aapt2/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/aapt2/Android.bp b/tools/aapt2/Android.bp index c42a8889e373..0580df60f32a 100644 --- a/tools/aapt2/Android.bp +++ b/tools/aapt2/Android.bp @@ -58,6 +58,7 @@ cc_defaults { "libprotobuf-cpp-lite", "libz", ], + stl: "libc++_static", group_static_libs: true, } |