aboutsummaryrefslogtreecommitdiffstats
path: root/android-rebuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'android-rebuild.sh')
-rwxr-xr-xandroid-rebuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/android-rebuild.sh b/android-rebuild.sh
index d488f69..136ccc9 100755
--- a/android-rebuild.sh
+++ b/android-rebuild.sh
@@ -8,5 +8,6 @@
cd `dirname $0`
./android-configure.sh $* && \
+make clean && \
make -j4 && \
echo "Done. !!"