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

Unified Diff: build/config/android/config.gni

Issue 1236503002: GN: Use lib.unstripped rather than lib.stripped. Add a toolchain.gni (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn15
Patch Set: add comment Created 5 years, 4 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 | « build/android/BUILD.gn ('k') | build/config/android/rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/config.gni
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index b0c7e482d2770c406548a9f2f4055d66956657e0..8fb5960b49f5b2e0a7a9867bf686606a96efbf11 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -167,12 +167,8 @@ if (is_android) {
android_libcpp_root = "$android_ndk_root/sources/cxx-stl/llvm-libc++"
if (is_component_build) {
android_libcpp_library = "c++_shared"
- # By appending .cr, we prevent name collisions with libraries already
- # loaded by the Android zygote.
- android_product_extension = ".cr.so"
} else {
android_libcpp_library = "c++_static"
- android_product_extension = ".so"
}
# ABI ------------------------------------------------------------------------
« no previous file with comments | « build/android/BUILD.gn ('k') | build/config/android/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698