aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2012-02-15 15:08:06 -0800
committerArik Nemtsov <arik@wizery.com>2012-08-02 13:04:00 +0300
commit25bb9a2f72f872945e393e333ea2952189620afc (patch)
treee44add39215e034696f908882834e85480517588 /hostapd
parent4bf8943e7319ecbe3964ace8c8664fb5e7b15470 (diff)
downloadexternal_wpa_supplicant_8_ti-25bb9a2f72f872945e393e333ea2952189620afc.zip
external_wpa_supplicant_8_ti-25bb9a2f72f872945e393e333ea2952189620afc.tar.gz
external_wpa_supplicant_8_ti-25bb9a2f72f872945e393e333ea2952189620afc.tar.bz2
Moving keystore to system/security
keystore used to be in frameworks/base/cmds/keystore, but this include needs to be changed to support the move to system/security
Diffstat (limited to 'hostapd')
-rw-r--r--hostapd/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostapd/Android.mk b/hostapd/Android.mk
index e6f431c..3adf7bc 100644
--- a/hostapd/Android.mk
+++ b/hostapd/Android.mk
@@ -46,7 +46,7 @@ INCLUDES = $(LOCAL_PATH)
INCLUDES += $(LOCAL_PATH)/src
INCLUDES += $(LOCAL_PATH)/src/utils
INCLUDES += external/openssl/include
-INCLUDES += frameworks/base/cmds/keystore
+INCLUDES += system/security/keystore
ifdef CONFIG_DRIVER_NL80211
INCLUDES += external/libnl-headers
endif