aboutsummaryrefslogtreecommitdiffstats
path: root/sdk-13.0.0_r18/build.sh
diff options
context:
space:
mode:
authorLiam <lgh@e.email>2023-12-29 16:18:32 +0100
committerLiam <lgh@e.email>2023-12-29 16:18:32 +0100
commitbfafafcd268ec3c3fcd542b7909ead63bd5ba6bb (patch)
treec19f6c6de6e8c331802c441a7d247df4b5a32bbe /sdk-13.0.0_r18/build.sh
parent1b7c5a108fa840550c6cd7cdbd4b5df29c1fada2 (diff)
downloadSDK-Rebuild-bfafafcd268ec3c3fcd542b7909ead63bd5ba6bb.tar.gz
SDK-Rebuild-bfafafcd268ec3c3fcd542b7909ead63bd5ba6bb.tar.bz2
SDK-Rebuild-bfafafcd268ec3c3fcd542b7909ead63bd5ba6bb.zip
move artififacts into folder
Diffstat (limited to 'sdk-13.0.0_r18/build.sh')
-rw-r--r--sdk-13.0.0_r18/build.sh10
1 files changed, 7 insertions, 3 deletions
diff --git a/sdk-13.0.0_r18/build.sh b/sdk-13.0.0_r18/build.sh
index 78e384e..78cdc1a 100644
--- a/sdk-13.0.0_r18/build.sh
+++ b/sdk-13.0.0_r18/build.sh
@@ -1,14 +1,14 @@
#!/bin/bash
-# Caution: VERSION needs to be identical in all scripts in this directory,
+# Caution: VERSION needs to be identical in all scripts in this directory,
# otherwise the build will not work.
VERSION='13.0.0_r18'
BUILD_VARIANT='eng'
export USER=$(whoami)
export BUILD_NUMBER="${BUILD_VARIANT}.${VERSION}"
-# needed, because otherwise conscrypt build will fail. ART and some other
-# dependencies need to be built from source.
+# needed, because otherwise conscrypt build will fail. ART and some other
+# dependencies need to be built from source.
export ART_MODULE_BUILD_FROM_SOURCE=true
export MODULE_BUILD_FROM_SOURCE=true
@@ -33,3 +33,7 @@ ls -lah out/dist/sdk-repo*.zip
ls -lah out/dist/sdk-symbols-${BUILD_NUMBER}.zip
ls -lah out/dist/repo*.xml
+mkdir ../artifacts/${VERSION}
+mv out/dist ../artifacts/${VERSION}/
+
+echo "Moved SDK to artifact folder"