Proper target names

Fixes https://github.com/AndyCGYan/lineage_build_unified/issues/12
This commit is contained in:
Andy CrossGate Yan 2021-11-18 11:54:59 +00:00
parent f4a11ed7e6
commit 55ce6cf3b1

View File

@ -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