commit | aa31116c1d7c2491245604f0564e0693f22dfd71 | [log] [tgz] |
---|---|---|
author | Tobias Bosch <tbosch@google.com> | Thu Jun 20 17:47:19 2019 -0700 |
committer | Tobias Bosch <tbosch@google.com> | Tue Jun 25 14:47:26 2019 +0000 |
tree | 4fd8fb92a9a459bb718f8d0c943a05632defbd08 | |
parent | b9992bba3b4e752f10410c624a500762d090fa2b [diff] |
Allow to pass in the use_ccache via go build. Removes usage of go build tags in favor of passing in configuration via -ldflags -X ... BUG=chromium:773875 TEST=unit test Change-Id: I4e8a58e1679b2858e9d4620d6b9c7a35ad08a6ee Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/1670987 Reviewed-by: George Burgess <gbiv@chromium.org> Tested-by: Tobias Bosch <tbosch@google.com>
toolchain-utils
Various utilities used by the Chrome OS toolchain team.
To run Python scripts in this directory, first run:
export PYTHONPATH=$(readlink -f .):$PYTHONPATH
from this directory.
Then you can run any script.
To get help on any script, type in python <script> --help
, or refer to the header of the script for more information.