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

Unified Diff: build/config/android/BUILD.gn

Issue 388333003: Add GN build targets for the rest of mojo/public (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add more targets, and handle --exclude-libs=All appropriately Created 6 years, 5 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/config/android/BUILD.gn
diff --git a/build/config/android/BUILD.gn b/build/config/android/BUILD.gn
index 185db596f46c8fe9344e70a9fd6dc2a84434ba78..f040a8bc09b7d6b9fe6a23a49adc1d59b4a6c3c7 100644
--- a/build/config/android/BUILD.gn
+++ b/build/config/android/BUILD.gn
@@ -18,3 +18,8 @@ config("sdk") {
]
}
}
+
+# Don't export symbols from statically linked libraries.
+config("no_export_static_lib_symbols") {
+ ldflags = [ "-Wl,--exclude-libs=ALL" ]
+}

Powered by Google App Engine
This is Rietveld 408576698