From 21c4f15d9ac0e9c3d3af1bd0e2ff1de2c274250f Mon Sep 17 00:00:00 2001 From: Nehemiah of Zebulun Date: Wed, 31 Jul 2024 09:15:56 -0400 Subject: [PATCH] Add target for TTP --- buildbot_unified.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildbot_unified.sh b/buildbot_unified.sh index 806fe8a..22036b0 100755 --- a/buildbot_unified.sh +++ b/buildbot_unified.sh @@ -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