Skip to content

Commit 7fc4821

Browse files
committed
updated build script for database API lib
1 parent 537881f commit 7fc4821

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

jni/Android.mk

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
LOCAL_PATH:= $(call my-dir)
22

33
EXTERNAL_PATH := ../external
4-
DROID_ROOT := ~/android/os
54

65
ifeq ($(TARGET_ARCH), arm)
76
LOCAL_CFLAGS += -DPACKED="__attribute__ ((packed))"
@@ -51,9 +50,6 @@ LOCAL_SHARED_LIBRARIES := \
5150

5251
LOCAL_CFLAGS += -U__APPLE__
5352
LOCAL_LDFLAGS += -L../external/android-2.1/ -L../external/libs/armeabi/
54-
LOCAL_LDFLAGS += -L$(DROID_ROOT)/out/target/product/generic/obj/SHARED_LIBRARIES/libutils_intermediates/LINKED/
55-
LOCAL_LDFLAGS += -L$(DROID_ROOT)/out/target/product/generic/obj/SHARED_LIBRARIES/libbinder_intermediates/LINKED/
56-
LOCAL_LDFLAGS += -L$(DROID_ROOT)/out/target/product/generic/obj/SHARED_LIBRARIES/libandroid_runtime_intermediates/LINKED/
5753

5854
# libs from the NDK
5955
LOCAL_LDLIBS += -ldl -llog

0 commit comments

Comments
 (0)