aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/bundle.README
diff options
context:
space:
mode:
authorTobias Bosch <tbosch@google.com>2019-07-19 09:01:32 -0700
committerTobias Bosch <tbosch@google.com>2019-08-13 18:41:38 +0000
commitb30a1ed8f990b24980ca5c6ceeaedfb806c48521 (patch)
tree38d6ce5bf0b09ff26ddbace5eb718e774ff70eca /compiler_wrapper/bundle.README
parentd2067bc7aafa9b7c9b13e0c932277ea296eff86a (diff)
downloadtoolchain-utils-b30a1ed8f990b24980ca5c6ceeaedfb806c48521.tar.gz
Use static go build and allow to bundle sources.
This allows to copy the bundled sources to a ChromeOS / Android package, including the build script, and then build from there without a dependency on toolchain-utils itself. BUG=chromium:773875 TEST=unit test Change-Id: Ie9fc4bb93d556684db5fa59f4829ce257f86e023 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/1709826 Tested-by: Tobias Bosch <tbosch@google.com> Reviewed-by: George Burgess <gbiv@chromium.org>
Diffstat (limited to 'compiler_wrapper/bundle.README')
-rw-r--r--compiler_wrapper/bundle.README13
1 files changed, 13 insertions, 0 deletions
diff --git a/compiler_wrapper/bundle.README b/compiler_wrapper/bundle.README
new file mode 100644
index 00000000..cf796d44
--- /dev/null
+++ b/compiler_wrapper/bundle.README
@@ -0,0 +1,13 @@
+Toolchain utils compiler wrapper sources.
+
+Build the wrapper:
+./build --config=<config name> --use_ccache=<bool> --output_file=<file>
+
+ATTENTION:
+The files in this folder are generated. Do not modify manually!
+
+To update:
+- modify third_party/toolchain_utils/compiler_wrapper
+- run third_party/toolchain_utils/compiler_wrapper/bundle.py --output_dir=...
+
+Source: https://chromium-review.googlesource.com/q/{change_id}