aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-05-04 14:13:23 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-05-04 14:14:49 +0200
commit77d4067cccb6f41cc46ab54f99b185ebd49b0666 (patch)
treeb2609e50e41a3498c9bf140e99ac7d56f0033e6d /build.sh
parent540c9ded7d70ab4e9e90c9cdac1c4728caac097a (diff)
downloadvendor_lineage-77d4067cccb6f41cc46ab54f99b185ebd49b0666.tar.gz
vendor_lineage-77d4067cccb6f41cc46ab54f99b185ebd49b0666.tar.bz2
vendor_lineage-77d4067cccb6f41cc46ab54f99b185ebd49b0666.zip
build.sh: Update lunch target
The launch target was updated in both device/samsung/i9305 and device/samsung/i9305, so we need to also update it here. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 478b9fd0..53411c28 100755
--- a/build.sh
+++ b/build.sh
@@ -40,7 +40,7 @@ build()
echo "starting to building for ${machine}: ${log}"
source build/envsetup.sh
- lunch "lineage_${machine}-userdebug"
+ lunch "replicant_${machine}-userdebug"
time make -j$parallel_tasks 2>&1 | tee "${log}"
# vendor/replicant/sign-build "${machine}" | tee -a "${log}"
echo "${machine} DONE: ${log}"