| Index: openssl/android-config.mk
 | 
| diff --git a/openssl/android-config.mk b/openssl/android-config.mk
 | 
| deleted file mode 100644
 | 
| index 80955b543f2006a006e846b46f744fa11380324b..0000000000000000000000000000000000000000
 | 
| --- a/openssl/android-config.mk
 | 
| +++ /dev/null
 | 
| @@ -1,27 +0,0 @@
 | 
| -#
 | 
| -# These flags represent the build-time configuration of OpenSSL for android
 | 
| -#
 | 
| -# The value of $(openssl_cflags) was pruned from the Makefile generated
 | 
| -# by running ./Configure from import_openssl.sh.
 | 
| -#
 | 
| -# This script performs minor but required patching for the Android build.
 | 
| -#
 | 
| -
 | 
| -LOCAL_CFLAGS += $(openssl_cflags)
 | 
| -
 | 
| -LOCAL_CFLAGS := $(filter-out -DTERMIO, $(LOCAL_CFLAGS))
 | 
| -
 | 
| -ifeq ($(HOST_OS),windows)
 | 
| -LOCAL_CFLAGS := $(filter-out -DDSO_DLFCN -DHAVE_DLFCN_H,$(LOCAL_CFLAGS))
 | 
| -endif
 | 
| -
 | 
| -# Directories
 | 
| -LOCAL_CFLAGS += \
 | 
| -  -DOPENSSLDIR="\"/system/lib/ssl\"" \
 | 
| -  -DENGINESDIR="\"/system/lib/ssl/engines\""
 | 
| -
 | 
| -# Intentionally excluded http://b/7079965
 | 
| -LOCAL_CFLAGS := $(filter-out -DZLIB, $(LOCAL_CFLAGS))
 | 
| -
 | 
| -# Debug
 | 
| -# LOCAL_CFLAGS += -DCIPHER_DEBUG
 | 
| 
 |