aboutsummaryrefslogtreecommitdiffstats
path: root/sdk-13.0.0_r18/build.sh
diff options
context:
space:
mode:
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"