Merge "Use libucrt instead of libmsvcr110" am: 7ef2700761

am: 81c3d410fb

Change-Id: I6ddca4684065170c788751b6855638b20b077e34
This commit is contained in:
Pirama Arumuga Nainar
2018-12-03 10:06:53 -08:00
committed by android-build-merger

View File

@@ -251,7 +251,7 @@ func init() {
android.Linux: []string{"-lgcc_s", "-lgcc", "-lc", "-lgcc_s", "-lgcc"},
android.Darwin: []string{"-lc", "-lSystem"},
android.Windows: []string{"-Wl,--start-group", "-lmingw32", "-lgcc", "-lgcc_eh",
"-lmoldname", "-lmingwex", "-lmsvcr110", "-lmsvcrt", "-lpthread",
"-lmoldname", "-lmingwex", "-lmsvcrt", "-lucrt", "-lpthread",
"-ladvapi32", "-lshell32", "-luser32", "-lkernel32", "-lpsapi",
"-Wl,--end-group"},
}