diff options
author | Arne Schwabe <arne@rfc2549.org> | 2015-02-12 22:22:25 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2015-02-12 22:22:25 +0100 |
commit | 9f0928c6593f937a17b7974b04051c57e3874b20 (patch) | |
tree | 1aaffa07a5c177fef2c1386f1850a688045bec2e /main/openssl/Crypto.mk | |
parent | 68d26e1b1b5b411adce714c88532fc8889289f34 (diff) |
Update OpenSSL to AOSP -master
Diffstat (limited to 'main/openssl/Crypto.mk')
-rw-r--r-- | main/openssl/Crypto.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/main/openssl/Crypto.mk b/main/openssl/Crypto.mk index 621627bf..6935cb67 100644 --- a/main/openssl/Crypto.mk +++ b/main/openssl/Crypto.mk @@ -33,10 +33,6 @@ LOCAL_C_INCLUDES := $(log_c_includes) # in the NDK. ifeq (,$(TARGET_BUILD_APPS)) LOCAL_CLANG := true -ifeq ($(HOST_OS), darwin_does_not_wrok) -LOCAL_ASFLAGS += -no-integrated-as -LOCAL_CFLAGS += -no-integrated-as -endif else LOCAL_SDK_VERSION := 9 endif |