commit | 679185dc8836fceeb3b1711a3077dfdd357b05f0 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Jan 10 18:30:25 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 10 18:30:25 2020 +0000 |
tree | 08231dff8b1a6d1d6a69d80bf3f01d6cabe68091 | |
parent | 84ef7f65e8b5de016b690196857ebf26b02ae4d1 [diff] | |
parent | 754167b241331918a4b51ddb5175172fa296b320 [diff] |
Merge "Add libc++ as static library"
diff --git a/fastboot/fuzzy_fastboot/Android.bp b/fastboot/fuzzy_fastboot/Android.bp index 19b33e4..d48cfa9 100644 --- a/fastboot/fuzzy_fastboot/Android.bp +++ b/fastboot/fuzzy_fastboot/Android.bp
@@ -31,6 +31,8 @@ "libext4_utils", ], + stl: "libc++_static", + // Static libs (libfastboot2) shared library dependencies are not transitively included // This is needed to avoid link time errors when building for mac target: {