| # |
| # These flags represent the build-time configuration of openssl for android |
| # |
| # They were pruned from the "Makefile" generated by running ./Configure from import_openssl.sh |
| # |
| |
| # From CLFAG= |
| CFLAGS += -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN #-DTERMIO |
| |
| # From DEPFLAG= |
| CFLAGS += -DOPENSSL_NO_CAMELLIA -DOPENSSL_NO_CAPIENG -DOPENSSL_NO_CAST -DOPENSSL_NO_CMS -DOPENSSL_NO_GMP -DOPENSSL_NO_IDEA -DOPENSSL_NO_JPAKE -DOPENSSL_NO_MD2 -DOPENSSL_NO_MDC2 -DOPENSSL_NO_RC5 -DOPENSSL_NO_SHA0 -DOPENSSL_NO_RFC3779 -DOPENSSL_NO_SEED -DOPENSSL_NO_STORE -DOPENSSL_NO_WHIRLPOOL |
| |
| # Extra |
| CFLAGS += -DOPENSSL_NO_HW -DOPENSSL_NO_ENGINE -DZLIB |
| |
| # For Android Appsboot (LK) |
| CFLAGS += -DLK_NO_TIME -DLK_NO_QSORT -DLK_NO_BIO -DLK_NO_HMAC -DLK_NO_ENCODE \ |
| -DLK_NO_STDERR -DLK_NO_ABORT -DLK_NO_PEM -DLK_NO_OAEP -DLK_NO_SSLV23 \ |
| -DLK_NO_RAND -DLK_NO_UNISTD |
| |
| # TODO: Memory leak using openssl ERR_STATEs need to find root cause |
| CFLAGS += -DLK_NO_ERR_STATE |
| |
| # TODO: Should be able to classify these ones |
| CFLAGS += -DOPENSSL_LK |
| |
| # Debug |
| # LOCAL_CFLAGS += -DCIPHER_DEBUG |