aboutsummaryrefslogtreecommitdiff
path: root/hs20
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 /hs20
parent807291d85bf857320aff6a8ade38c5f622ab9df8 (diff)
downloadwpa_supplicant_8-df0749faea1563aacdecb38c5ecee0e63c3cc455.tar.gz
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 'hs20')
-rw-r--r--hs20/client/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/hs20/client/Android.mk b/hs20/client/Android.mk
index 63cbc6f2..36feb5d0 100644
--- a/hs20/client/Android.mk
+++ b/hs20/client/Android.mk
@@ -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