From 470e8fae7dff921749a26f32606096363c885e0a Mon Sep 17 00:00:00 2001 From: Andy CrossGate Yan Date: Tue, 15 Mar 2022 07:02:51 +0000 Subject: [PATCH] Proper target names #2 --- buildbot_unified.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildbot_unified.sh b/buildbot_unified.sh index 884f067..8e4a569 100755 --- a/buildbot_unified.sh +++ b/buildbot_unified.sh @@ -89,9 +89,9 @@ build_device() { build_treble() { case "${1}" in - ("32B") TARGET=treble_arm_bvS;; - ("A64B") TARGET=treble_a64_bvS;; - ("64B") TARGET=treble_arm64_bvS;; + ("32B") TARGET=arm_bvS;; + ("A64B") TARGET=a64_bvS;; + ("64B") TARGET=arm64_bvS;; (*) echo "Invalid target - exiting"; exit 1;; esac lunch lineage_${TARGET}-userdebug