We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3b6ef commit 93b1ae0Copy full SHA for 93b1ae0
Makefile
@@ -51,4 +51,7 @@ clean: ndk-clean
51
distclean: clean
52
rm -rf ${EXTERNAL_DIR}/android-libs
53
54
-all: build-amalgamation build-native build-java
+copy-libs:
55
+ cp -R ${JNI_DIR}/libs/* ${LIBS_DIR}
56
+
57
+all: build-amalgamation build-native build-java copy-libs
0 commit comments