am ebc1c76d
: Merge "Add -Bsymbolic to the ld flags when linking the dynamic linker."
* commit 'ebc1c76d77dd604f16126e66b2171e8ee6fa1d22': Add -Bsymbolic to the ld flags when linking the dynamic linker.
This commit is contained in:
commit
490f1755d1
@ -16,7 +16,10 @@ LOCAL_SRC_FILES:= \
|
||||
linker_phdr.cpp \
|
||||
rt.cpp \
|
||||
|
||||
LOCAL_LDFLAGS := -shared -Wl,--exclude-libs,ALL
|
||||
LOCAL_LDFLAGS := \
|
||||
-shared \
|
||||
-Wl,-Bsymbolic \
|
||||
-Wl,--exclude-libs,ALL \
|
||||
|
||||
LOCAL_CFLAGS += \
|
||||
-fno-stack-protector \
|
||||
|
Loading…
Reference in New Issue
Block a user