| Index: build/config/android/config.gni
|
| diff --git a/build/config/android/config.gni b/build/config/android/config.gni
|
| index d6a8ad5c7a9be21bb8d4a243faf32de8f20198dd..192a502987ae400540296b41642122164819f60b 100644
|
| --- a/build/config/android/config.gni
|
| +++ b/build/config/android/config.gni
|
| @@ -164,6 +164,7 @@ if (is_android) {
|
|
|
| # libc++ stuff ---------------------------------------------------------------
|
|
|
| + android_libcpp_root = "$android_ndk_root/sources/cxx-stl/llvm-libc++"
|
| if (component_mode == "shared_library") {
|
| android_libcpp_library = "c++_shared"
|
| } else {
|
|
|