]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Android: Remove BoringSSL guard
authorKenny Root <kroot@google.com>
Thu, 10 Nov 2016 21:05:01 +0000 (21:05 +0000)
committerJouni Malinen <j@w1.fi>
Sat, 19 Nov 2016 15:43:03 +0000 (17:43 +0200)
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 <dimitrysh@google.com>
wpa_supplicant/Android.mk

index e2ce4074f0a475501bcd3068abc3e817a69d0d28..8d61fda58872de762d15b85b2ef0a5b995590902 100644 (file)
@@ -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),)