aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd
diff options
context:
space:
mode:
authorTom Turney <tturney@google.com>2015-01-31 00:16:50 +0000
committerTom Turney <tturney@google.com>2015-01-31 00:16:50 +0000
commit210706032dc5e1eedda5db1465f68a804b2a1e11 (patch)
tree7ddeb2e936e41a828ec012cc5265e1b55541dbaa /hostapd
parentdf0749faea1563aacdecb38c5ecee0e63c3cc455 (diff)
downloadandroid_external_wpa_supplicant_8-210706032dc5e1eedda5db1465f68a804b2a1e11.tar.gz
android_external_wpa_supplicant_8-210706032dc5e1eedda5db1465f68a804b2a1e11.tar.bz2
android_external_wpa_supplicant_8-210706032dc5e1eedda5db1465f68a804b2a1e11.zip
Revert "Android: Remove superfluous OpenSSL include paths."
This reverts commit df0749faea1563aacdecb38c5ecee0e63c3cc455. Change-Id: I5527c6b382a0049e1eea995542dfcbf45cb49685
Diffstat (limited to 'hostapd')
-rw-r--r--hostapd/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/hostapd/Android.mk b/hostapd/Android.mk
index df4bb411..c8ef46b9 100644
--- a/hostapd/Android.mk
+++ b/hostapd/Android.mk
@@ -45,6 +45,7 @@ endif
INCLUDES = $(LOCAL_PATH)
INCLUDES += $(LOCAL_PATH)/src
INCLUDES += $(LOCAL_PATH)/src/utils
+INCLUDES += external/openssl/include
INCLUDES += system/security/keystore/include
ifdef CONFIG_DRIVER_NL80211
ifneq ($(wildcard external/libnl),)