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

Unified Diff: testing/test.gni

Issue 2685933002: 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 | « gpu/BUILD.gn ('k') | third_party/netty-tcnative/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/test.gni
diff --git a/testing/test.gni b/testing/test.gni
index b344945ce926854d20a98c0595bb5c26ba8c5a25..9aa7cc47de7e59b196425c13e21ea341b4dc3734 100644
--- a/testing/test.gni
+++ b/testing/test.gni
@@ -59,7 +59,7 @@
# the default shared_library configs rather than executable configs.
configs -= [
"//build/config:shared_library_config",
- "//build/config/android:hide_all_but_jni_onload",
+ "//build/config/android:hide_native_jni_exports",
]
configs += [ "//build/config:executable_config" ]
« no previous file with comments | « gpu/BUILD.gn ('k') | third_party/netty-tcnative/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698