cSploit: enable build
This commit is contained in:
parent
f51858846c
commit
f20eacc114
|
@ -25,17 +25,22 @@ Requires Root:yes
|
|||
Repo Type:git
|
||||
Repo:https://github.com/cSploit/android
|
||||
|
||||
Build:1.5.4,1
|
||||
disable=ndk issues, see https://github.com/cSploit/android/issues/37#issuecomment-143089180
|
||||
commit=v1.5.4
|
||||
Build:1.6.2,4
|
||||
commit=v1.6.2
|
||||
subdir=cSploit
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
scandelete=cSploit/jni
|
||||
buildjni=yes
|
||||
build=cp -r $$NDK$$ ndk && \
|
||||
export PATH=$PWD/ndk:$PATH && \
|
||||
cd jni && \
|
||||
./build.sh
|
||||
buildjni=no
|
||||
|
||||
Maintainer Notes:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue