Skip to content

Commit e3dc943

Browse files
committed
fixed path for new external/android-libs location
1 parent 8cca239 commit e3dc943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jni/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ LOCAL_SHARED_LIBRARIES := \
4949
libsqlite3_android
5050

5151
LOCAL_CFLAGS += -U__APPLE__
52-
LOCAL_LDFLAGS += -L../external/android-2.1/ -L../external/libs/armeabi/
52+
LOCAL_LDFLAGS += -L../external/android-libs/ -L../external/libs/armeabi/
5353

5454
# libs from the NDK
5555
LOCAL_LDLIBS += -ldl -llog

0 commit comments

Comments
 (0)