OSDN Git Service

Fix INCLUDES path for keystore headers.
authorStephen Smalley <sds@tycho.nsa.gov>
Fri, 16 Nov 2012 17:50:03 +0000 (12:50 -0500)
committerStephen Smalley <sds@tycho.nsa.gov>
Fri, 16 Nov 2012 17:50:03 +0000 (12:50 -0500)
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>
hostapd/Android.mk

index ee153d0..865c43d 100644 (file)
@@ -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