diff options
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ build() echo "starting to building for ${machine}: ${log}" source build/envsetup.sh lunch "replicant_${machine}-userdebug" - time make -j$parallel_tasks 2>&1 | tee "${log}" + time make dist -j$parallel_tasks 2>&1 | tee "${log}" # vendor/replicant/sign-build "${machine}" | tee -a "${log}" echo "${machine} DONE: ${log}" } |
