You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
548 B
17 lines
548 B
#
|
|
# CHRE API Makefile
|
|
#
|
|
|
|
# TODO: Consider switching out the included headers and compilation
|
|
# configuration based on the version of the CHRE API provided here. This is
|
|
# currently only used for nanoapp header generation which only supports
|
|
# targetting the current API version.
|
|
|
|
include $(CHRE_PREFIX)/chre_api/chre_api_version.mk
|
|
|
|
# Common Compiler Flags ########################################################
|
|
|
|
# Include paths.
|
|
COMMON_CFLAGS += -Ichre_api/include
|
|
COMMON_CFLAGS += -Ichre_api/include/chre_api # Allows including chre.h directly
|