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

am: 274a7b2975

Change-Id: I6684ea4e1d1f2e44059da8ea3b3cec7b82987bff
This commit is contained in:
Ryan Mitchell
2019-05-06 17:59:08 -07:00
committed by android-build-merger

View File

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