commit | f3fe19459fd9263e8cc8a413a5313b1ec3cf3975 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Thu Jan 17 16:41:31 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 17 16:41:31 2013 +0000 |
tree | b1c1dbd1e99229de5539d76a599a6fe33714faac | |
parent | 1271cdc1c91c6ae688917bc8f4ae59d2a97b3e99 [diff] | |
parent | d89ce40d8e6b4a6a8074a6fddca9570abbfa4b9d [diff] |
Merge "linker: add -Wl,--exclude-libs,ALL to LDFLAGS"
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 @@ linker_phdr.cpp \ rt.cpp -LOCAL_LDFLAGS := -shared +LOCAL_LDFLAGS := -shared -Wl,--exclude-libs,ALL LOCAL_CFLAGS += -fno-stack-protector \ -Wstrict-overflow=5 \