Use the integrated assembler on non-ARM platforms (Clang).
diff --git a/BUILD.gn b/BUILD.gn
index 5a429c9..a82b12f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -49,7 +49,7 @@
     sources = []
     include_dirs = [ "src/include" ]
 
-    if (is_android && is_clang) {
+    if ((current_cpu == "arm" || current_cpu == "arm64") && is_android && is_clang) {
       # Disable the integrated assembler and use the one shipped with the NDK.
       import("//build/config/android/config.gni")
       rebased_android_toolchain_root =