Update cSploit to 1.6.3 (5)

This commit is contained in:
Boris Kraut 2015-12-25 13:12:52 +01:00
parent 2021c2d3fa
commit 609d109527

View file

@ -36,6 +36,17 @@ Build:1.6.2,4
cd jni && \
./build.sh
Build:1.6.3,5
commit=v1.6.3
subdir=cSploit
submodules=yes
gradle=yes
scandelete=cSploit/jni
build=cp -r $$NDK$$ ndk && \
export PATH=$PWD/ndk:$PATH && \
cd jni && \
./build.sh
Maintainer Notes:
Uses scandelete to get rid of many unused binaries in the submodules.