am 248cca43: Merge "Enable clang integrated assembler except the arm target."

* commit '248cca4309ce245aea94b4467691a5c2afebf933':
  Enable clang integrated assembler except the arm target.
diff --git a/Android.mk b/Android.mk
index 3a0e54b..5d77c71 100644
--- a/Android.mk
+++ b/Android.mk
@@ -25,7 +25,7 @@
 LOCAL_CFLAGS += \
     -D_ARM_ASSEM_
 # Assembly code in asm_arm.h does not compile with Clang.
-LOCAL_CLANG_ASFLAGS += \
+LOCAL_CLANG_ASFLAGS_arm += \
     -no-integrated-as
 else
 LOCAL_CFLAGS += \