8000 updated path for Android build to point to my OS libs · Fiv38/android-database-sqlcipher@d7777c2 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit d7777c2

Browse files
committed
updated path for Android build to point to my OS libs
1 parent fd699dd commit d7777c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jni/Android.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ LOCAL_SHARED_LIBRARIES := \
5050
libsqlite3_android
5151

5252
LOCAL_CFLAGS += -U__APPLE__
53-
LOCAL_LDFLAGS += -L../obj/local/armeabi/ -L/tmp/foolibs/
53+
LOCAL_LDFLAGS += -L../obj/local/armeabi/ -L/home/n8fr8/android/mydroid/out/target/product/generic/obj/SHARED_LIBRARIES/libutils_intermediates/LINKED/ -L/home/n8fr8/android/mydroid/out/target/product/generic/obj/SHARED_LIBRARIES/libbinder_intermediates/LINKED/
54+
5455
# libs from the NDK
5556
LOCAL_LDLIBS += -ldl -llog
5657
# libnativehelper and libandroid_runtime are included with Android but not the NDK

0 commit comments

Comments
 (0)
0