summaryrefslogtreecommitdiffstats
path: root/android-config.mk
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:30:25 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:30:25 -0800
commit656d9c7f52f88b3a3daccafa7655dec086c4756e (patch)
tree4d3a62c7ef7dc41757691f2418534793be4c7cd4 /android-config.mk
parentd2cbe6ee0fd4269543a9a243f2b0963ce6f46280 (diff)
downloadreplicant_openssl-656d9c7f52f88b3a3daccafa7655dec086c4756e.zip
replicant_openssl-656d9c7f52f88b3a3daccafa7655dec086c4756e.tar.gz
replicant_openssl-656d9c7f52f88b3a3daccafa7655dec086c4756e.tar.bz2
auto import from //depot/cupcake/@135843
Diffstat (limited to 'android-config.mk')
-rw-r--r--android-config.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/android-config.mk b/android-config.mk
new file mode 100644
index 0000000..4ed8e1c
--- /dev/null
+++ b/android-config.mk
@@ -0,0 +1,10 @@
+#
+# These flags represent the build-time configuration of openssl for
+# android
+#
+# They were pruned from the "Makefile" generated by running
+# "./Configure linux-generic32 no-idea no-bf no-cast no-seed -DL_ENDIAN" in the openssl distribution directory
+#
+
+LOCAL_CFLAGS += -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_NO_HW
+LOCAL_CFLAGS += -DOPENSSL_NO_BF -DOPENSSL_NO_CAMELLIA -DOPENSSL_NO_CAST -DOPENSSL_NO_CMS -DOPENSSL_NO_GMP -DOPENSSL_NO_IDEA -DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_SEED -DOPENSSL_NO_TLSEXT