diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-05-04 14:13:23 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-05-04 14:14:49 +0200 |
commit | 77d4067cccb6f41cc46ab54f99b185ebd49b0666 (patch) | |
tree | b2609e50e41a3498c9bf140e99ac7d56f0033e6d /build.sh | |
parent | 540c9ded7d70ab4e9e90c9cdac1c4728caac097a (diff) | |
download | vendor_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-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |