Merge "Add libc++ as static library"

This commit is contained in:
Treehugger Robot 2020-01-10 18:30:25 +00:00 committed by Gerrit Code Review
commit 679185dc88

View file

@ -31,6 +31,8 @@ cc_test_host {
"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: {