Add target for TTP
This commit is contained in:
@@ -96,6 +96,7 @@ build_treble() {
|
||||
("A64BO") TARGET=a64_boS;;
|
||||
("64B") TARGET=arm64_bvS;;
|
||||
("64BG") TARGET=arm64_bgS;;
|
||||
("TTP") TARGET=ttp;;
|
||||
(*) echo "Invalid target - exiting"; exit 1;;
|
||||
esac
|
||||
lunch lineage_${TARGET}-userdebug
|
||||
|
||||
Reference in New Issue
Block a user