| Index: build/config/compiler/compiler.gni
|
| diff --git a/build/config/compiler/compiler.gni b/build/config/compiler/compiler.gni
|
| index a05c612da388d6a8f1e2f159f34dd41b044f9aa5..5a4f99c223fbb4ad8771567c4cf39fcf617b1c5c 100644
|
| --- a/build/config/compiler/compiler.gni
|
| +++ b/build/config/compiler/compiler.gni
|
| @@ -78,7 +78,7 @@ declare_args() {
|
| ((is_linux && (current_cpu == "x64" || current_cpu == "x86" ||
|
| current_cpu == "arm" || current_cpu == "mipsel")) ||
|
| (is_android && (current_cpu == "x86" || current_cpu == "x64" ||
|
| - current_cpu == "arm")))
|
| + current_cpu == "arm" || current_cpu == "arm64")))
|
| }
|
|
|
| # If it wasn't manually set, set to an appropriate default.
|
|
|