| Index: build/config/BUILDCONFIG.gn
|
| diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
|
| index 955729360ab19ea6f7d1e31692d26dacc0b04877..c54a27d17c1313df3e816ca5a3d7fb75f014a26e 100644
|
| --- a/build/config/BUILDCONFIG.gn
|
| +++ b/build/config/BUILDCONFIG.gn
|
| @@ -137,7 +137,7 @@ declare_args() {
|
| # to configure warnings.
|
| is_clang =
|
| current_os == "mac" || current_os == "ios" || current_os == "chromeos" ||
|
| - current_os == "fuchsia" ||
|
| + current_os == "fuchsia" || current_os == "android" ||
|
| (current_os == "linux" && current_cpu != "s390x" &&
|
| current_cpu != "s390" && current_cpu != "ppc64" &&
|
| current_cpu != "ppc" && current_cpu != "mips" && current_cpu != "mips64")
|
|
|