Browse Source

Android: Add new keystore include path for JB

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
Jouni Malinen 12 years ago
parent
commit
50cfe0e1cb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      wpa_supplicant/Android.mk

+ 1 - 0
wpa_supplicant/Android.mk

@@ -64,6 +64,7 @@ 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