diff options
author | Nick Kralevich <nnk@google.com> | 2013-01-17 16:41:31 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-01-17 16:41:31 +0000 |
commit | f3fe19459fd9263e8cc8a413a5313b1ec3cf3975 (patch) | |
tree | b1c1dbd1e99229de5539d76a599a6fe33714faac | |
parent | 1271cdc1c91c6ae688917bc8f4ae59d2a97b3e99 (diff) | |
parent | d89ce40d8e6b4a6a8074a6fddca9570abbfa4b9d (diff) | |
download | bionic-f3fe19459fd9263e8cc8a413a5313b1ec3cf3975.zip bionic-f3fe19459fd9263e8cc8a413a5313b1ec3cf3975.tar.gz bionic-f3fe19459fd9263e8cc8a413a5313b1ec3cf3975.tar.bz2 |
Merge "linker: add -Wl,--exclude-libs,ALL to LDFLAGS"
-rw-r--r-- | linker/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linker/Android.mk b/linker/Android.mk index 5fccf9b..c85b09e 100644 --- a/linker/Android.mk +++ b/linker/Android.mk @@ -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 \ |