File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 1
1
LOCAL_PATH: = $(call my-dir)
2
2
3
3
EXTERNAL_PATH := ../external
4
- DROID_ROOT := ~/android/os
5
4
6
5
ifeq ($(TARGET_ARCH ) , arm)
7
6
LOCAL_CFLAGS += -DPACKED="__attribute__ ((packed))"
@@ -51,9 +50,6 @@ LOCAL_SHARED_LIBRARIES := \
51
50
52
51
LOCAL_CFLAGS += -U__APPLE__
53
52
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/
57
53
58
54
# libs from the NDK
59
55
LOCAL_LDLIBS += -ldl -llog
You can’t perform that action at this time.
0 commit comments