aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-01-22 17:13:10 -0800
committerDmitry Shmidt <dimitrysh@google.com>2015-01-29 16:36:46 -0800
commitdf0749faea1563aacdecb38c5ecee0e63c3cc455 (patch)
treef575b8a4425c429c5dada30b9d6c62709f615b68 /hostapd
parent807291d85bf857320aff6a8ade38c5f622ab9df8 (diff)
downloadandroid_external_wpa_supplicant_8-df0749faea1563aacdecb38c5ecee0e63c3cc455.tar.gz
android_external_wpa_supplicant_8-df0749faea1563aacdecb38c5ecee0e63c3cc455.tar.bz2
android_external_wpa_supplicant_8-df0749faea1563aacdecb38c5ecee0e63c3cc455.zip
Android: Remove superfluous OpenSSL include paths.
The libcrypto and libssl modules (and their respective static and host versions) use LOCAL_EXPORT_C_INCLUDE_DIRS thus just including the module is sufficient. Change-Id: If8722a70dd82aad34d4a203c2af46110c98f42dc Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
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 c8ef46b9..df4bb411 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),)