diff options
Diffstat (limited to 'Android.mk.in')
-rw-r--r-- | Android.mk.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk.in b/Android.mk.in index a1ce1c571..19048b9e7 100644 --- a/Android.mk.in +++ b/Android.mk.in @@ -16,8 +16,8 @@ include $(CLEAR_VARS) # this is the list of plugins that are built into libstrongswan and charon # also these plugins are loaded by default (if not changed in strongswan.conf) -strongswan_CHARON_PLUGINS := openssl fips-prf random nonce pubkey pkcs1 \ - pem xcbc hmac kernel-netlink socket-default android \ +strongswan_CHARON_PLUGINS := android-log openssl fips-prf random nonce pubkey \ + pkcs1 pem xcbc hmac kernel-netlink socket-default android \ stroke eap-identity eap-mschapv2 eap-md5 ifneq ($(strongswan_BUILD_SCEPCLIENT),) |