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
|
||||||
INCLUDES += $(LOCAL_PATH)/src/utils
|
INCLUDES += $(LOCAL_PATH)/src/utils
|
||||||
INCLUDES += external/openssl/include
|
INCLUDES += external/openssl/include
|
||||||
# frameworks/base/cmds/keystore is the old location and can be dropped at some
|
INCLUDES += system/security/keystore/include
|
||||||
# point
|
|
||||||
INCLUDES += frameworks/base/cmds/keystore
|
|
||||||
INCLUDES += system/security/keystore
|
|
||||||
ifdef CONFIG_DRIVER_NL80211
|
ifdef CONFIG_DRIVER_NL80211
|
||||||
INCLUDES += external/libnl-headers
|
INCLUDES += external/libnl-headers
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -68,10 +68,7 @@ INCLUDES += $(LOCAL_PATH)/src/tls
|
||||||
INCLUDES += $(LOCAL_PATH)/src/utils
|
INCLUDES += $(LOCAL_PATH)/src/utils
|
||||||
INCLUDES += $(LOCAL_PATH)/src/wps
|
INCLUDES += $(LOCAL_PATH)/src/wps
|
||||||
INCLUDES += external/openssl/include
|
INCLUDES += external/openssl/include
|
||||||
# frameworks/base/cmds/keystore is the old location and can be dropped at some
|
INCLUDES += system/security/keystore/include
|
||||||
# point
|
|
||||||
INCLUDES += frameworks/base/cmds/keystore
|
|
||||||
INCLUDES += system/security/keystore
|
|
||||||
ifdef CONFIG_DRIVER_NL80211
|
ifdef CONFIG_DRIVER_NL80211
|
||||||
INCLUDES += external/libnl-headers
|
INCLUDES += external/libnl-headers
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue