Android: Set proper path to keystore include dir

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
Dmitry Shmidt 2013-11-07 18:17:26 -08:00 committed by Jouni Malinen
parent bbd84e5f42
commit 736abfc166
2 changed files with 2 additions and 8 deletions

View file

@ -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

View file

@ -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