]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Android: Remove superfluous OpenSSL include paths
authorAdam Langley <agl@google.com>
Fri, 23 Jan 2015 01:13:10 +0000 (17:13 -0800)
committerJouni Malinen <j@w1.fi>
Thu, 3 Mar 2016 14:27:10 +0000 (16:27 +0200)
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.

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
hostapd/Android.mk
hs20/client/Android.mk
wpa_supplicant/Android.mk

index 42d85a4c5396dc6db6723923ea53f9bcae09bb76..65ec4fd02da2120eb83275826c6444ff8f387339 100644 (file)
@@ -46,7 +46,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),)
index 2ae2d6a0829023ae0b9b223cb4cbf2fffc2c67a5..e4db32208d506ba668a6da48002acc1e20bdfb95 100644 (file)
@@ -4,7 +4,6 @@ INCLUDES = $(LOCAL_PATH)
 INCLUDES += $(LOCAL_PATH)/../../src/utils
 INCLUDES += $(LOCAL_PATH)/../../src/common
 INCLUDES += $(LOCAL_PATH)/../../src
-INCLUDES += external/openssl/include
 INCLUDES += external/libxml2/include
 INCLUDES += external/curl/include
 INCLUDES += external/webkit/Source/WebKit/gtk
index 9adc491e0d9001c841ec0ac4843a972016aeefa1..8f4cc9cb630c2774dd4c756b5a8e0956b51c19ef 100644 (file)
@@ -65,7 +65,6 @@ INCLUDES += $(LOCAL_PATH)/src/rsn_supp
 INCLUDES += $(LOCAL_PATH)/src/tls
 INCLUDES += $(LOCAL_PATH)/src/utils
 INCLUDES += $(LOCAL_PATH)/src/wps
-INCLUDES += external/openssl/include
 INCLUDES += system/security/keystore/include
 ifdef CONFIG_DRIVER_NL80211
 ifneq ($(wildcard external/libnl),)