Commit 04784d08 authored by Tom Anderson's avatar Tom Anderson Committed by Commit Bot

List sysroots.json as a dependency of exec_script

R=thakis

Change-Id: I14dda5e6735ba059f42f3a0c9b88734d77c2f8f3
Reviewed-on: https://chromium-review.googlesource.com/1006256
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#549728}
parent d281b332
......@@ -80,7 +80,8 @@ config("runtime_library") {
sysroot_hash =
exec_script("//build/linux/sysroot_scripts/install-sysroot.py",
[ "--print-hash=$current_cpu" ],
"trim string")
"trim string",
[ "//build/linux/sysroot_scripts/sysroots.json" ])
defines += [ "CR_SYSROOT_HASH=$sysroot_hash" ]
}
asmflags += sysroot_flags
......
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