Index: build/config/sysroot.gni |
diff --git a/build/config/sysroot.gni b/build/config/sysroot.gni |
index 44ded33e42cf4e4b9eb2fedb920c1eeaa7af72b7..c01403a4ff0424b8485c88c1b7fcbd50eaaf39eb 100644 |
--- a/build/config/sysroot.gni |
+++ b/build/config/sysroot.gni |
@@ -29,7 +29,7 @@ if (current_os == target_os && current_cpu == target_cpu && |
sysroot = "$android_ndk_root/$x86_64_android_sysroot_subdir" |
} else if (current_cpu == "arm64") { |
sysroot = "$android_ndk_root/$arm64_android_sysroot_subdir" |
- } else if (current_cpu == "mips64") { |
+ } else if (current_cpu == "mips64el") { |
sysroot = "$android_ndk_root/$mips64_android_sysroot_subdir" |
} else { |
sysroot = "" |