Merge "Add Skia deps to the list of available Windows libraries" am: 13a539c009

am: c5c22a4f86

Change-Id: Ie97f8c6a0a1dbd77dbed2d512d1267cf783435da
This commit is contained in:
Jerome Gaillard 2019-01-21 12:17:36 -08:00 committed by android-build-merger
commit 784c73f883

View file

@ -100,7 +100,9 @@ var (
"imagehlp", "imagehlp",
"iphlpapi", "iphlpapi",
"netapi32", "netapi32",
"oleaut32",
"ole32", "ole32",
"opengl32",
"powrprof", "powrprof",
"psapi", "psapi",
"pthread", "pthread",
@ -108,6 +110,7 @@ var (
"uuid", "uuid",
"version", "version",
"ws2_32", "ws2_32",
"windowscodecs",
}, "-l") }, "-l")
) )