Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: third_party/netty-tcnative/BUILD.gn

Issue 2684123002: Revert of Android: Use linker script to hide all non-JNI symbols (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/test.gni ('k') | tools/android/memconsumer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/netty-tcnative/BUILD.gn
diff --git a/third_party/netty-tcnative/BUILD.gn b/third_party/netty-tcnative/BUILD.gn
index 9fecf9c1f0d9540ca1b3ae1a507273712065aecc..6cf32a4f8e5c2c1e1b288eef7d76e6cc25a1c042 100644
--- a/third_party/netty-tcnative/BUILD.gn
+++ b/third_party/netty-tcnative/BUILD.gn
@@ -46,7 +46,7 @@
include_dirs = [ "../apache-portable-runtime/src/include" ]
defines = [ "HAVE_OPENSSL" ]
cflags = [ "-w" ]
- configs -= [ "//build/config/android:hide_all_but_jni_onload" ]
+ configs -= [ "//build/config/android:hide_native_jni_exports" ]
deps = [
"../apache-portable-runtime:apr",
"../boringssl:boringssl",
« no previous file with comments | « testing/test.gni ('k') | tools/android/memconsumer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698