Merge "Remove -fvisibility=hidden from dns code"

This commit is contained in:
Treehugger Robot 2016-04-28 19:50:48 +00:00 committed by Gerrit Code Review
commit 1519a90834
2 changed files with 0 additions and 2 deletions

View file

@ -195,7 +195,6 @@ cc_library_static {
cflags: [
"-DANDROID_CHANGES",
"-DINET6",
"-fvisibility=hidden",
"-Wno-unused-parameter",
"-include netbsd-compat.h",
],

View file

@ -750,7 +750,6 @@ LOCAL_CFLAGS += \
$(libc_common_cflags) \
-DANDROID_CHANGES \
-DINET6 \
-fvisibility=hidden \
-Wno-unused-parameter \
-include netbsd-compat.h \