Android: Clarify keystore include directories
This updates hostapd to build using the new keystore header file location and adds a note that the old frameworks/base/cmds/keystore can be removed at some point in the future when old Android releases do not need to be supported. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
6f1127cac6
commit
b83b1b2da8
2 changed files with 5 additions and 0 deletions
|
@ -39,7 +39,10 @@ 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
|
||||
ifdef CONFIG_DRIVER_NL80211
|
||||
INCLUDES += external/libnl-headers
|
||||
endif
|
||||
|
|
|
@ -63,6 +63,8 @@ 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
|
||||
ifdef CONFIG_DRIVER_NL80211
|
||||
|
|
Loading…
Reference in a new issue