From: Kenny Root Date: Thu, 10 Nov 2016 21:05:01 +0000 (+0000) Subject: Android: Remove BoringSSL guard X-Git-Tag: hostap_2_7~2129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88f93c30ecb92e24ae87fcda69dd00ef7c7f5930;p=thirdparty%2Fhostap.git Android: Remove BoringSSL guard BoringSSL is the only supported version of SSL, so remove this guard so we can continue to compile when the flavor.mk is removed. Signed-off-by: Dmitry Shmidt --- diff --git a/wpa_supplicant/Android.mk b/wpa_supplicant/Android.mk index e2ce4074f..8d61fda58 100644 --- a/wpa_supplicant/Android.mk +++ b/wpa_supplicant/Android.mk @@ -1596,9 +1596,7 @@ endif # With BoringSSL we need libkeystore-engine in order to provide access to # keystore keys. -ifneq (,$(wildcard external/boringssl/flavor.mk)) LOCAL_SHARED_LIBRARIES += libkeystore-engine -endif ifdef CONFIG_DRIVER_NL80211 ifneq ($(wildcard external/libnl),)