[PATCH] Android: Remove BoringSSL guard
dimitrysh at google.com
dimitrysh at google.com
Thu Nov 10 13:05:01 PST 2016
From bc8f103be6b3a87126ad2dd1649d97b8d623daf0 Mon Sep 17 00:00:00 2001
From: Kenny Root <kroot at google.com>
Date: Wed, 21 Sep 2016 08:27:20 -0700
Subject: [PATCH] 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 at google.com>
---
wpa_supplicant/Android.mk | 2 --
1 file changed, 2 deletions(-)
diff --git a/wpa_supplicant/Android.mk b/wpa_supplicant/Android.mk
index e2ce407..8d61fda 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),)
--
2.8.0.rc3.226.g39d4020
More information about the Hostap
mailing list