summaryrefslogtreecommitdiff
path: root/build-prebuilts.sh
diff options
context:
space:
mode:
authorMatthias Maennich <maennich@google.com>2020-06-08 23:25:55 +0200
committerMatthias Maennich <maennich@google.com>2020-06-08 23:25:55 +0200
commitb93921ab463e64b8cc8f47c9898ca9b85145e9ff (patch)
treec931f7ded878570fbd87175cd28d7108ff514140 /build-prebuilts.sh
parentfb70960ba1e6e57bd749652ff7b4a8d22bd5e69b (diff)
downloadbuild-tools-b93921ab463e64b8cc8f47c9898ca9b85145e9ff.tar.gz
Add initial build script to enable the infrastructure
Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: I84021418e676423f1e0461a3aedf82e86034a6ee
Diffstat (limited to 'build-prebuilts.sh')
-rwxr-xr-xbuild-prebuilts.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/build-prebuilts.sh b/build-prebuilts.sh
new file mode 100755
index 0000000..10423b8
--- /dev/null
+++ b/build-prebuilts.sh
@@ -0,0 +1,5 @@
+#!/bin/bash -ex
+
+env
+
+exit 0