make ndk-build work again

This commit is contained in:
Nathan Freitas 2016-10-24 21:58:30 -04:00
parent 290059dfb9
commit 085ddb3745
1 changed files with 2 additions and 0 deletions

View File

@ -67,7 +67,9 @@ else
echo "skipping release ant.properties"
fi
cd $projectroot/orbotservice/src/main
faketime "$TIMESTAMP" $ANDROID_NDK_HOME/ndk-build
cd $projectroot
#clean, build, clean and build!
make -C external clean