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

Unified Diff: build/common.gypi

Issue 18161004: [WIP] Remove unneeded JNI registrations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 3fd1c770b6b7ad08d5c4f8574fcd3b71c2d7aff0..4257549ffe3678daa18d1253990dd66b6ea8803b 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3503,7 +3503,7 @@
'-nostdlib',
'-Wl,--no-undefined',
# Don't export symbols from statically linked libraries.
- '-Wl,--exclude-libs=ALL',
+ # '-Wl,--exclude-libs=ALL',
],
'libraries': [
'-l<(android_stlport_library)',
« base/android/jni_generator/jni_generator.py ('K') | « base/android/jni_generator/jni_generator.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698