Merge "Use -no-integrated-as on Darwin."
diff --git a/Crypto.mk b/Crypto.mk
index 1724721..fa84e29 100644
--- a/Crypto.mk
+++ b/Crypto.mk
@@ -28,6 +28,10 @@
 # in the NDK.
 ifeq (,$(TARGET_BUILD_APPS))
 LOCAL_CLANG := true
+ifeq ($(HOST_OS), darwin)
+LOCAL_ASFLAGS += -no-integrated-as
+LOCAL_CFLAGS += -no-integrated-as
+endif
 else
 LOCAL_SDK_VERSION := 9
 endif