Chromium Code Reviews| 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 ------------------------------------------------------------------------ |