aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index e8e616eb..e8d011cd 100755
--- a/build.sh
+++ b/build.sh
@@ -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}"
}