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

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

Issue 1368263002: Separate out compiler and runtime configs on Windows and Android GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/config.gni
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index f3989e9feb933efb58b0f75f37d6339fabeb2079..1b777696dec4b63945dc53685f379910db609b75 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -195,11 +195,6 @@ if (is_android) {
# Toolchain stuff ------------------------------------------------------------
android_libcpp_root = "$android_ndk_root/sources/cxx-stl/llvm-libc++"
- if (is_component_build) {
brettw 2015/09/27 23:42:24 This was only used in the one place so I just inli
- android_libcpp_library = "c++_shared"
- } else {
- android_libcpp_library = "c++_static"
- }
# ABI ------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698