* commit '36c4eb188c6594db877bd7b9f46c55264180dc3f': linker: add -Wl,--exclude-libs,ALL to LDFLAGS
This commit is contained in:
commit
dbcf3ed458
@ -17,7 +17,7 @@ LOCAL_SRC_FILES:= \
|
||||
linker_phdr.cpp \
|
||||
rt.cpp
|
||||
|
||||
LOCAL_LDFLAGS := -shared
|
||||
LOCAL_LDFLAGS := -shared -Wl,--exclude-libs,ALL
|
||||
|
||||
LOCAL_CFLAGS += -fno-stack-protector \
|
||||
-Wstrict-overflow=5 \
|
||||
|
Loading…
Reference in New Issue
Block a user