1 # 2 # CHRE API Makefile 3 # 4 5 # TODO: Consider switching out the included headers and compilation 6 # configuration based on the version of the CHRE API provided here. This is 7 # currently only used for nanoapp header generation which only supports 8 # targetting the current API version. 9 10 include $(CHRE_PREFIX)/chre_api/chre_api_version.mk 11 12 # Common Compiler Flags ######################################################## 13 14 # Include paths. 15 COMMON_CFLAGS += -Ichre_api/include 16 COMMON_CFLAGS += -Ichre_api/include/chre_api # Allows including chre.h directly 17