cSploit: enable build

This commit is contained in:
Daniel Martí 2015-11-14 13:31:30 +01:00
parent f51858846c
commit f20eacc114

View file

@ -25,17 +25,22 @@ Requires Root:yes
Repo Type:git Repo Type:git
Repo:https://github.com/cSploit/android Repo:https://github.com/cSploit/android
Build:1.5.4,1 Build:1.6.2,4
disable=ndk issues, see https://github.com/cSploit/android/issues/37#issuecomment-143089180 commit=v1.6.2
commit=v1.5.4
subdir=cSploit subdir=cSploit
submodules=yes submodules=yes
gradle=yes gradle=yes
scandelete=cSploit/jni scandelete=cSploit/jni
buildjni=yes build=cp -r $$NDK$$ ndk && \
export PATH=$PWD/ndk:$PATH && \
cd jni && \
./build.sh
buildjni=no
Maintainer Notes: Maintainer Notes:
Uses scandelete to get rid of many unused binaries in the submodules. Uses scandelete to get rid of many unused binaries in the submodules.
Modifies the NDK, so must first make a full copy of it.
. .
Auto Update Mode:None Auto Update Mode:None