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 <dimitrysh@google.com>
master
Kenny Root 8 years ago committed by Jouni Malinen
parent 7824bf77d6
commit 88f93c30ec

@ -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),)

Loading…
Cancel
Save