Merge "Remove -fvisibility=hidden from dns code" am: 1519a90834

am: b962d6ec47

* commit 'b962d6ec47e4b48f37ce86d7e664bd1d3d8ac9e5':
  Remove -fvisibility=hidden from dns code

Change-Id: Ifc27ab8610791d356095ddd10f75026ce4fee7c8
This commit is contained in:
Dimitry Ivanov 2016-04-28 20:02:28 +00:00 committed by android-build-merger
commit 629a0f2053
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 \