Merge "Remove -fvisibility=hidden from dns code"
This commit is contained in:
commit
1519a90834
2 changed files with 0 additions and 2 deletions
|
@ -195,7 +195,6 @@ cc_library_static {
|
|||
cflags: [
|
||||
"-DANDROID_CHANGES",
|
||||
"-DINET6",
|
||||
"-fvisibility=hidden",
|
||||
"-Wno-unused-parameter",
|
||||
"-include netbsd-compat.h",
|
||||
],
|
||||
|
|
|
@ -750,7 +750,6 @@ LOCAL_CFLAGS += \
|
|||
$(libc_common_cflags) \
|
||||
-DANDROID_CHANGES \
|
||||
-DINET6 \
|
||||
-fvisibility=hidden \
|
||||
-Wno-unused-parameter \
|
||||
-include netbsd-compat.h \
|
||||
|
||||
|
|
Loading…
Reference in a new issue