aboutsummaryrefslogtreecommitdiff
path: root/android-vts
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2017-11-28 15:38:57 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2017-11-28 10:09:20 +0000
commit6530ffe2b9739a6525467177859f9dd649b5dd60 (patch)
treec873be77ecb4a4169f03fc203db26b32409bfb22 /android-vts
parent2a293655507601efcdbe296eb134334fdd3a8a9a (diff)
android-vts: fix cleanup sources
Change-Id: Id68b1552f1b4df475e850e2f27eaeea8e5ec5bdb Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android-vts')
-rwxr-xr-xandroid-vts/builders.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/android-vts/builders.sh b/android-vts/builders.sh
index 9faee72e..02ec20c3 100755
--- a/android-vts/builders.sh
+++ b/android-vts/builders.sh
@@ -18,12 +18,12 @@ make -j"$(nproc)" vts
mkdir -p pub
wget -q https://git.linaro.org/ci/job/configs.git/blob_plain/HEAD:/android-lcr/generic/build-info/public-template.txt -O pub/BUILD-INFO.txt
-# Delete sources after build to save space
-rm -rf art/ dalvik/ kernel/ bionic/ developers/ libcore/ sdk/ bootable/ development/ libnativehelper/ system/ build/ device/ test/ build-info/ docs/ packages/ toolchain/ .ccache/ external/ pdk/ tools/ compatibility/ frameworks/ platform_testing/ vendor/ cts/ hardware/ prebuilts/ linaro* out/
-
# Build Android
cp out/host/linux-x86/vts/android-vts.zip pub/
+# Delete sources after build to save space
+rm -rf art/ dalvik/ kernel/ bionic/ developers/ libcore/ sdk/ bootable/ development/ libnativehelper/ system/ build/ device/ test/ build-info/ docs/ packages/ toolchain/ .ccache/ external/ pdk/ tools/ compatibility/ frameworks/ platform_testing/ vendor/ cts/ hardware/ prebuilts/ linaro* out/
+
# Publish parameters
cat << EOF > ${WORKSPACE}/publish_parameters
PUB_SRC=${PWD}/pub