From: Dmitry Shmidt Date: Fri, 8 Nov 2013 02:17:26 +0000 (-0800) Subject: Android: Set proper path to keystore include dir X-Git-Tag: hostap_2_1~570 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=736abfc166c5448a5ca052930ae9af3d09ed8e79;p=thirdparty%2Fhostap.git Android: Set proper path to keystore include dir Signed-off-by: Dmitry Shmidt --- diff --git a/hostapd/Android.mk b/hostapd/Android.mk index d3c055000..95409f7ae 100644 --- a/hostapd/Android.mk +++ b/hostapd/Android.mk @@ -49,10 +49,7 @@ INCLUDES = $(LOCAL_PATH) INCLUDES += $(LOCAL_PATH)/src INCLUDES += $(LOCAL_PATH)/src/utils INCLUDES += external/openssl/include -# frameworks/base/cmds/keystore is the old location and can be dropped at some -# point -INCLUDES += frameworks/base/cmds/keystore -INCLUDES += system/security/keystore +INCLUDES += system/security/keystore/include ifdef CONFIG_DRIVER_NL80211 INCLUDES += external/libnl-headers endif diff --git a/wpa_supplicant/Android.mk b/wpa_supplicant/Android.mk index 9df254350..6eb64ef41 100644 --- a/wpa_supplicant/Android.mk +++ b/wpa_supplicant/Android.mk @@ -68,10 +68,7 @@ INCLUDES += $(LOCAL_PATH)/src/tls INCLUDES += $(LOCAL_PATH)/src/utils INCLUDES += $(LOCAL_PATH)/src/wps INCLUDES += external/openssl/include -# frameworks/base/cmds/keystore is the old location and can be dropped at some -# point -INCLUDES += frameworks/base/cmds/keystore -INCLUDES += system/security/keystore +INCLUDES += system/security/keystore/include ifdef CONFIG_DRIVER_NL80211 INCLUDES += external/libnl-headers endif