Commit cda86e34 authored by Stephan Hartmann's avatar Stephan Hartmann Committed by Commit Bot

Fix building with system zlib

Add zlib_config target because perfetto depends on it.

Bug: 977964
Change-Id: I2aac5c3704f1274f932a61264d1c26a05f2db55e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2019035Reviewed-by: default avatarThomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735201}
parent f6684334
...@@ -13,6 +13,10 @@ config("system_zlib") { ...@@ -13,6 +13,10 @@ config("system_zlib") {
defines = [ "USE_SYSTEM_ZLIB=1" ] defines = [ "USE_SYSTEM_ZLIB=1" ]
} }
config("zlib_config") {
configs = [ ":system_zlib" ]
}
source_set("zlib") { source_set("zlib") {
deps = [ ":zlib_shim" ] deps = [ ":zlib_shim" ]
libs = [ "z" ] libs = [ "z" ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment