Skip to content

Commit 02a6b6a

Browse files
committed
use new sources structure
1 parent 22e9e60 commit 02a6b6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ copy_jni_libs() {
149149
echo -n "[jni] copying libs to java project..."
150150

151151
for abi in $abis; do
152-
javaLibs=$(readlink -fm ../src/org/csploit/android/jniLibs/${abi}/)
152+
javaLibs=$(readlink -fm ../src/main/jniLibs/${abi}/)
153153
bins=$(readlink -fm ../libs/${abi})
154154

155155
{ test -d "${javaLibs}" || mkdir -p "${javaLibs}" ;} >&3 2>&1 || die

0 commit comments

Comments
 (0)