OSDN Git Service

Moving keystore to system/security
authorKenny Root <kroot@google.com>
Wed, 15 Feb 2012 23:08:06 +0000 (15:08 -0800)
committerKenny Root <kroot@google.com>
Wed, 15 Feb 2012 23:08:08 +0000 (15:08 -0800)
keystore used to be in frameworks/base/cmds/keystore, but this include
needs to be changed to support the move to system/security

Change-Id: I583a193593576c2c3c7489fb8c27a29698e8a4c5

hostapd/Android.mk
wpa_supplicant/Android.mk

index 255c802..dfff085 100644 (file)
@@ -37,7 +37,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
index e246e80..bc26e3a 100644 (file)
@@ -70,7 +70,7 @@ INCLUDES += $(LOCAL_PATH)/src/tls
 INCLUDES += $(LOCAL_PATH)/src/utils
 INCLUDES += $(LOCAL_PATH)/src/wps
 INCLUDES += external/openssl/include
-INCLUDES += frameworks/base/cmds/keystore
+INCLUDES += system/security/keystore
 ifdef CONFIG_DRIVER_NL80211
 INCLUDES += external/libnl-headers
 endif