aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd
diff options
context:
space:
mode:
authorVinit Deshpande <vinitd@google.com>2015-03-12 18:30:21 -0700
committerVinit Deshpande <vinitd@google.com>2015-03-12 18:30:21 -0700
commit04793702bf9f769bba4933a012fba01c7e6c3059 (patch)
treee02148115b35d91c083618ff5ec7ba615761e138 /hostapd
parent173dd07f274295d61f11f20994be69af1322482c (diff)
downloadandroid_external_wpa_supplicant_8-04793702bf9f769bba4933a012fba01c7e6c3059.tar.gz
android_external_wpa_supplicant_8-04793702bf9f769bba4933a012fba01c7e6c3059.tar.bz2
android_external_wpa_supplicant_8-04793702bf9f769bba4933a012fba01c7e6c3059.zip
Revert "Revert "Android: Remove superfluous OpenSSL include paths.""
This reverts commit 210706032dc5e1eedda5db1465f68a804b2a1e11. This was rejected in the mainstream; and so Dimitry doesn't want it merged to master.
Diffstat (limited to 'hostapd')
-rw-r--r--hostapd/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/hostapd/Android.mk b/hostapd/Android.mk
index 6fcefdd1..123d2c90 100644
--- a/hostapd/Android.mk
+++ b/hostapd/Android.mk
@@ -45,7 +45,6 @@ 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),)