Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: openssl/android-config.mk

Issue 2072073002: Delete bundled copy of OpenSSL and replace with README. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/openssl@master
Patch Set: Delete bundled copy of OpenSSL and replace with README. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « openssl/Ssl-config.mk ('k') | openssl/android.testssl/CAss.cnf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « openssl/Ssl-config.mk ('k') | openssl/android.testssl/CAss.cnf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698