8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd699dd commit d7777c2Copy full SHA for d7777c2
jni/Android.mk
@@ -50,7 +50,8 @@ LOCAL_SHARED_LIBRARIES := \
50
libsqlite3_android
51
52
LOCAL_CFLAGS += -U__APPLE__
53
-LOCAL_LDFLAGS += -L../obj/local/armeabi/ -L/tmp/foolibs/
+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
+
55
# libs from the NDK
56
LOCAL_LDLIBS += -ldl -llog
57
# libnativehelper and libandroid_runtime are included with Android but not the NDK
0 commit comments