LeOS-GSI/LeOS/bot.patch

28 lines
1019 B
Diff

diff --git a/buildbot_unified.sh b/buildbot_unified.sh
index b2c569f..3200753 100755
--- a/buildbot_unified.sh
+++ b/buildbot_unified.sh
@@ -48,10 +48,10 @@ START=`date +%s`
BUILD_DATE="$(date +%Y%m%d)"
prep_build() {
- echo "Preparing local manifests"
- mkdir -p .repo/local_manifests
- cp ./lineage_build_unified/local_manifests_${MODE}/*.xml .repo/local_manifests
- echo ""
+# echo "Preparing local manifests"
+# mkdir -p .repo/local_manifests
+# cp ./lineage_build_unified/local_manifests_${MODE}/*.xml .repo/local_manifests
+# echo ""
echo "Syncing repos"
repo sync -c --force-sync --no-clone-bundle --no-tags -j$(nproc --all)
@@ -120,6 +120,7 @@ build_treble() {
(*) echo "Invalid target - exiting"; exit 1;;
esac
lunch lineage_${TARGET}-userdebug
+ exit
make installclean
make -j$(nproc --all) systemimage
mv $OUT/system.img ~/build-output/lineage-19.1-$BUILD_DATE-UNOFFICIAL-${TARGET}$(${PERSONAL} && echo "-personal" || echo "").img