From a43e85a1b6cfa9833e4ab5b8d286989f9204523d Mon Sep 17 00:00:00 2001 From: brettw Date: Sun, 27 Sep 2015 19:32:35 -0700 Subject: Separate out compiler and runtime configs on Windows and Android GN. This should be a NOP from a build setup perspective, but aims to make the large common shared build configuration files easier to understand. Review URL: https://codereview.chromium.org/1368263002 Cr-Commit-Position: refs/heads/master@{#351015} --- build/config/android/config.gni | 5 ----- 1 file changed, 5 deletions(-) (limited to 'build/config/android/config.gni') diff --git a/build/config/android/config.gni b/build/config/android/config.gni index f3989e9..1b77769 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) { - android_libcpp_library = "c++_shared" - } else { - android_libcpp_library = "c++_static" - } # ABI ------------------------------------------------------------------------ -- cgit v1.1