summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2013-06-10 13:28:56 -0700
committerKenny Root <kroot@google.com>2013-06-10 13:31:09 -0700
commit41eb48a1267bd702dc2f6c235b9d0ae2ab87f928 (patch)
treef5f2246a1b360e2eb7e6d917ae063ec1f7690517
parent5022aa4519ed937bef7496fb3a141ab19677b4a5 (diff)
downloadreplicant_openssl-41eb48a1267bd702dc2f6c235b9d0ae2ab87f928.zip
replicant_openssl-41eb48a1267bd702dc2f6c235b9d0ae2ab87f928.tar.gz
replicant_openssl-41eb48a1267bd702dc2f6c235b9d0ae2ab87f928.tar.bz2
Remove clang as compiler for static versions
There appears to be a problem with the way openssl is built for static libraries and clang currently. Revert that until it works. (cherry picked from commit f264be4610fd389595966f888df2f7eb41122706) Change-Id: I2650ecbfbfa2efd23a77a455f40dc05a27802cde
-rw-r--r--Crypto.mk1
-rw-r--r--Ssl.mk1
2 files changed, 0 insertions, 2 deletions
diff --git a/Crypto.mk b/Crypto.mk
index 132f12c..724d4cf 100644
--- a/Crypto.mk
+++ b/Crypto.mk
@@ -17,7 +17,6 @@ ifneq (,$(TARGET_BUILD_APPS))
LOCAL_SDK_VERSION := 9
endif
-LOCAL_CLANG := true
LOCAL_SRC_FILES += $(target_src_files)
LOCAL_CFLAGS += $(target_c_flags)
LOCAL_C_INCLUDES += $(target_c_includes)
diff --git a/Ssl.mk b/Ssl.mk
index fe779c6..48bfbef 100644
--- a/Ssl.mk
+++ b/Ssl.mk
@@ -15,7 +15,6 @@ ifneq (,$(TARGET_BUILD_APPS))
LOCAL_SDK_VERSION := 9
endif
-LOCAL_CLANG := true
LOCAL_SRC_FILES += $(target_src_files)
LOCAL_CFLAGS += $(target_c_flags)
LOCAL_C_INCLUDES += $(target_c_includes)