aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd/Android.mk
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2012-11-16 12:50:03 -0500
committerStephen Smalley <sds@tycho.nsa.gov>2012-11-16 12:50:03 -0500
commitf1396b4ebf0d67866b9fba2655c3f9f3327fb0a2 (patch)
tree57d59a3c1abe8210fc62ed27857c4db524c785af /hostapd/Android.mk
parent56388dbb276fef1e0ccdfcd5a38ab9b946bb3734 (diff)
downloadandroid_external_wpa_supplicant_8-f1396b4ebf0d67866b9fba2655c3f9f3327fb0a2.tar.gz
android_external_wpa_supplicant_8-f1396b4ebf0d67866b9fba2655c3f9f3327fb0a2.tar.bz2
android_external_wpa_supplicant_8-f1396b4ebf0d67866b9fba2655c3f9f3327fb0a2.zip
Fix INCLUDES path for keystore headers.
Fix the following build error for master: external/wpa_supplicant_8/hostapd/src/crypto/tls_openssl.c:49:35: fatal error: keystore/keystore_get.h: No such file or directory Change-Id: I81c64677040287438e467f887c2f1c63a3239350 Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Diffstat (limited to 'hostapd/Android.mk')
-rw-r--r--hostapd/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostapd/Android.mk b/hostapd/Android.mk
index ee153d08..865c43d3 100644
--- a/hostapd/Android.mk
+++ b/hostapd/Android.mk
@@ -49,7 +49,7 @@ INCLUDES = $(LOCAL_PATH)
INCLUDES += $(LOCAL_PATH)/src
INCLUDES += $(LOCAL_PATH)/src/utils
INCLUDES += external/openssl/include
-INCLUDES += system/security/keystore
+INCLUDES += system/security/keystore/include
ifdef CONFIG_DRIVER_NL80211
INCLUDES += external/libnl-headers
endif