From bfafafcd268ec3c3fcd542b7909ead63bd5ba6bb Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 29 Dec 2023 16:18:32 +0100 Subject: move artififacts into folder --- sdk-13.0.0_r18/build.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'sdk-13.0.0_r18/build.sh') 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" -- cgit v1.2.3