Merge "Statically link libc++ into aapt2"

This commit is contained in:
Ryan Mitchell
2019-01-11 22:35:25 +00:00
committed by Android (Google) Code Review

View File

@@ -58,6 +58,7 @@ cc_defaults {
"libprotobuf-cpp-lite",
"libz",
],
stl: "libc++_static",
group_static_libs: true,
}