We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e9e60 commit 02a6b6aCopy full SHA for 02a6b6a
1 file changed
build.sh
@@ -149,7 +149,7 @@ copy_jni_libs() {
149
echo -n "[jni] copying libs to java project..."
150
151
for abi in $abis; do
152
- javaLibs=$(readlink -fm ../src/org/csploit/android/jniLibs/${abi}/)
+ javaLibs=$(readlink -fm ../src/main/jniLibs/${abi}/)
153
bins=$(readlink -fm ../libs/${abi})
154
155
{ test -d "${javaLibs}" || mkdir -p "${javaLibs}" ;} >&3 2>&1 || die
0 commit comments