From 6a343a619dc696e7e4bdd953490c68600d8c5a49 Mon Sep 17 00:00:00 2001 From: Andy CrossGate Yan Date: Thu, 18 Nov 2021 11:54:59 +0000 Subject: [PATCH] Proper target names Fixes https://github.com/AndyCGYan/lineage_build_unified/issues/12 --- buildbot_unified.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot_unified.sh b/buildbot_unified.sh index 40c2582..884f067 100755 --- a/buildbot_unified.sh +++ b/buildbot_unified.sh @@ -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