| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 42f603543a71bfdf5ab890a25bdee19898e683d2..aa66b894a81f4777c4f801bb7b5dba9e0447f537 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -400,7 +400,8 @@ config("runtime_library") {
|
| android_stlport_root = "$android_ndk_root/sources/cxx-stl/stlport"
|
|
|
| cflags += [
|
| - "-I" + rebase_path("$android_stlport_root/stlport", root_build_dir)
|
| + "-isystem" + rebase_path("$android_stlport_root/stlport",
|
| + root_build_dir)
|
| ]
|
| lib_dirs += [ "$android_stlport_root/libs/$android_app_abi" ]
|
|
|
|
|