From 9884dbc7ff1d0d253cfd10573e72b6ab459428e8 Mon Sep 17 00:00:00 2001 From: George Burgess IV Date: Thu, 4 Feb 2021 12:33:36 -0800 Subject: Cherrypick "compiler_wrapper: add go.mod" This cherrypicks http://crrev.com/235f72a0dceb95dd50b9a5e4c5485d8158dfb16a from upstream. It's not using the merge script because our current git mirroring setup needs fixing (see my comments on PS1 of https://android-review.googlesource.com/c/platform/external/toolchain-utils/+/1697005) Seems better to unblock the go roll sooner rather than later, so... Original commit message: > compiler_wrapper: add go.mod > > In order to build this outside of the chroot, we apparently now need a > go.mod file. This is autogenerated by the `go` tool. > > BUG=None > TEST=Built inside and outside of the chroot > > Change-Id: I185cb9b626c8b3655ce5cc72524ef2511c7f575e > Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/2676607 > Reviewed-by: Manoj Gupta > Tested-by: George Burgess Bug: None Test: TreeHugger Change-Id: I9ca6685e3d1c3706427089b0fb55537c9bfa9c18 --- compiler_wrapper/go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 compiler_wrapper/go.mod (limited to 'compiler_wrapper/go.mod') diff --git a/compiler_wrapper/go.mod b/compiler_wrapper/go.mod new file mode 100644 index 00000000..ce6df01f --- /dev/null +++ b/compiler_wrapper/go.mod @@ -0,0 +1,3 @@ +module chromium.org/toolchain-utils/compiler_wrapper + +go 1.13 -- cgit v1.2.3