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 := \
9595 $(LOCAL_PATH ) /platform-system-core/include \
9696 $(LOCAL_PATH ) /platform-frameworks-base/include
9797
98+ LOCAL_LDFLAGS += -fuse-ld=bfd
9899LOCAL_LDFLAGS += -L${LOCAL_PATH}/android-libs/$(TARGET_ARCH_ABI ) / -L$(LOCAL_PATH ) /libs/$(TARGET_ARCH_ABI ) /
99100LOCAL_LDLIBS := -llog -lutils -lcutils
100101LOCAL_MODULE := libsqlcipher_android
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ LOCAL_LDLIBS += -ldl -llog
5757LOCAL_LDLIBS += -lnativehelper -landroid_runtime -lutils -lbinder
5858# these are build in the ../external section
5959
60+ LOCAL_LDFLAGS += -fuse-ld=bfd
6061LOCAL_LDLIBS += -lsqlcipher_android
6162LOCAL_LDFLAGS += -L../obj/local/$(TARGET_ARCH_ABI )
6263LOCAL_LDLIBS += -licui18n -licuuc
You can’t perform that action at this time.
0 commit comments