From 55ce6cf3b132a033b2b3f2031031489d621e0860 Mon Sep 17 00:00:00 2001 From: Andy CrossGate Yan Date: Thu, 18 Nov 2021 11:54:59 +0000 Subject: [PATCH] Proper target names Fixes https://github.com/AndyCGYan/lineage_build_unified/issues/12 --- buildbot_unified.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot_unified.sh b/buildbot_unified.sh index 2943a7e..649a2ba 100755 --- a/buildbot_unified.sh +++ b/buildbot_unified.sh @@ -108,7 +108,7 @@ build_treble() { ("64B") TARGET=treble_arm64_bvS;; (*) echo "Invalid target - exiting"; exit 1;; esac - lunch ${TARGET}-userdebug + lunch lineage_${TARGET}-userdebug make installclean make -j$(nproc --all) systemimage mv $OUT/system.img ~/build-output/lineage-19.0-$BUILD_DATE-UNOFFICIAL-${TARGET}$(${PERSONAL} && echo "-personal" || echo "").img