aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/build_cros_nonhardened_wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compiler_wrapper/build_cros_nonhardened_wrapper.sh')
-rwxr-xr-xcompiler_wrapper/build_cros_nonhardened_wrapper.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler_wrapper/build_cros_nonhardened_wrapper.sh b/compiler_wrapper/build_cros_nonhardened_wrapper.sh
new file mode 100755
index 00000000..94e591fc
--- /dev/null
+++ b/compiler_wrapper/build_cros_nonhardened_wrapper.sh
@@ -0,0 +1,5 @@
+#!/bin/bash -eu
+# Copyright 2019 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+go build -tags "cros nonhardened" "$@"