Merge "Build aapt2 statically on windows" into qt-dev

This commit is contained in:
TreeHugger Robot
2019-05-07 00:26:40 +00:00
committed by Android (Google) Code Review

View File

@@ -41,6 +41,7 @@ cc_defaults {
windows: {
enabled: true,
cflags: ["-Wno-maybe-uninitialized"],
ldflags: ["-static"],
},
darwin: {
cflags: ["-D_DARWIN_UNLIMITED_STREAMS"],