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 a2fed94d14
commit 6a343a619d

View File

@ -94,7 +94,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
make vndk-test-sepolicy