Index: third_party/netty-tcnative/BUILD.gn |
diff --git a/third_party/netty-tcnative/BUILD.gn b/third_party/netty-tcnative/BUILD.gn |
index 6cf32a4f8e5c2c1e1b288eef7d76e6cc25a1c042..9fecf9c1f0d9540ca1b3ae1a507273712065aecc 100644 |
--- a/third_party/netty-tcnative/BUILD.gn |
+++ b/third_party/netty-tcnative/BUILD.gn |
@@ -46,7 +46,7 @@ shared_library("netty-tcnative-so") { |
include_dirs = [ "../apache-portable-runtime/src/include" ] |
defines = [ "HAVE_OPENSSL" ] |
cflags = [ "-w" ] |
- configs -= [ "//build/config/android:hide_native_jni_exports" ] |
+ configs -= [ "//build/config/android:hide_all_but_jni_onload" ] |
deps = [ |
"../apache-portable-runtime:apr", |
"../boringssl:boringssl", |