File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ LOCAL_C_INCLUDES := \
95
95
$(LOCAL_PATH ) /platform-system-core/include \
96
96
$(LOCAL_PATH ) /platform-frameworks-base/include
97
97
98
+ LOCAL_LDFLAGS += -fuse-ld=bfd
98
99
LOCAL_LDFLAGS += -L${LOCAL_PATH}/android-libs/$(TARGET_ARCH_ABI ) / -L$(LOCAL_PATH ) /libs/$(TARGET_ARCH_ABI ) /
99
100
LOCAL_LDLIBS := -llog -lutils -lcutils
100
101
LOCAL_MODULE := libsqlcipher_android
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ LOCAL_LDLIBS += -ldl -llog
57
57
LOCAL_LDLIBS += -lnativehelper -landroid_runtime -lutils -lbinder
58
58
# these are build in the ../external section
59
59
60
+ LOCAL_LDFLAGS += -fuse-ld=bfd
60
61
LOCAL_LDLIBS += -lsqlcipher_android
61
62
LOCAL_LDFLAGS += -L../obj/local/$(TARGET_ARCH_ABI )
62
63
LOCAL_LDLIBS += -licui18n -licuuc
You can’t perform that action at this time.
0 commit comments