Android: Set proper path to keystore include dir
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
parent
bbd84e5f42
commit
736abfc166
2 changed files with 2 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue