aboutsummaryrefslogtreecommitdiff
path: root/android-lcr/generic
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2016-10-20 10:26:54 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2016-10-20 10:26:54 +0530
commit72397195aa7e67bae55097c44febf334f6d2ceb9 (patch)
tree341b65a1aa82720a23c5e7d68215347244500705 /android-lcr/generic
parent4a4a5dcac90d8a316208eeb806a1d3f8f1109e9c (diff)
android: generic build: publish build-info
Change-Id: Ic0b2ade31d13a5244081aae154fbcc230ce150d0 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android-lcr/generic')
-rw-r--r--android-lcr/generic/build-info/template.txt4
-rwxr-xr-xandroid-lcr/generic/builders.sh2
2 files changed, 6 insertions, 0 deletions
diff --git a/android-lcr/generic/build-info/template.txt b/android-lcr/generic/build-info/template.txt
new file mode 100644
index 0000000000..5a494e3ddc
--- /dev/null
+++ b/android-lcr/generic/build-info/template.txt
@@ -0,0 +1,4 @@
+Format-Version: 0.5
+
+Files-Pattern: *
+License-Type: open
diff --git a/android-lcr/generic/builders.sh b/android-lcr/generic/builders.sh
index 3db8e77f16..ec9419f088 100755
--- a/android-lcr/generic/builders.sh
+++ b/android-lcr/generic/builders.sh
@@ -5,6 +5,8 @@ source build/envsetup.sh
lunch ${LUNCH_TARGET}
make -j"$(nproc)"
+wget https://git.linaro.org/ci/job/configs.git/blob_plain/HEAD:/android-lcr/generic/build-info/template.txt -O ${ANDROID_PRODUCT_OUT}/BUILD-INFO.txt
+
# Publish binaries
PUB_DEST=/android/${JOB_NAME}/${BUILD_NUMBER}/${LUNCH_TARGET}
time linaro-cp.py \