Skip to content

Commit

Permalink
update compileJni script
Browse files Browse the repository at this point in the history
  • Loading branch information
niqdev committed Apr 5, 2016
1 parent c83734c commit ed4486a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compileJni.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

JNI_SRC="mjpeg-view/src/main"

rm -fr $JNI_SRC/jniLibs
~/Library/Android/sdk/ndk-bundle/ndk-build -C $JNI_SRC
cp -a $JNI_SRC/libs $JNI_SRC/jniLibs
rm -fr $JNI_SRC/libs $JNI_SRC/obj
Expand Down

0 comments on commit ed4486a

Please sign in to comment.