8000 Add copy-libs task · passy/android-database-sqlcipher@93b1ae0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 93b1ae0

Browse files
Add copy-libs task
1 parent 1d3b6ef commit 93b1ae0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,7 @@ clean: ndk-clean
5151
distclean: clean
5252
rm -rf ${EXTERNAL_DIR}/android-libs
5353

54-
all: build-amalgamation build-native build-java
54+
copy-libs:
55+
cp -R ${JNI_DIR}/libs/* ${LIBS_DIR}
56+
57+
all: build-amalgamation build-native build-java copy-libs

0 commit comments

Comments
 (0)
2927
0