David Garske 606f58a851 Spelling and whitespace cleanups. | 2 years ago | |
---|---|---|
.. | ||
Android.bp | 2 years ago | |
README.md | 3 years ago | |
include.am | 3 years ago | |
user_settings.h | 2 years ago |
Tested on Android v8.1 with WPA Supplicant and KeyStore to replace BoringSSL.
Android.bp
: Template build system file for wolfSSL.user_settings.h
: Template build settings for wolfSSL1) Place the wolfSSL library into ./external/wolfssl
2) Copy Android.bp
into ./external/wolfssl
3) Copy user_settings.h
into ./external/wolfssl
4) Add PRODUCT_PACKAGES += libwolfssl
to your device .mk.
source build/envsetup.sh
lunch [num]
mm -j8
In your Android.mk
build file for your application add the following:
# Crypto Provider - wolfSSL
LOCAL_CFLAGS += -DWOLFSSL_USER_SETTINGS -Iexternal/wolfssl -Iexternal/wolfssl/wolfssl
LOCAL_SHARED_LIBRARIES += libwolfssl
For questions please email support@wolfssl.com