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",
"iphlpapi",
"netapi32",
"oleaut32",
"ole32",
"opengl32",
"powrprof",
"psapi",
"pthread",
@ -108,6 +110,7 @@ var (
"uuid",
"version",
"ws2_32",
"windowscodecs",
}, "-l")
)