1 # 2 # CHRE API Makefile 3 # 4 5 # Common Compiler Flags ######################################################## 6 7 # Include paths. 8 COMMON_CFLAGS += -Ichre_api/include 9 COMMON_CFLAGS += -Ichre_api/include/chre_api # Allows including chre.h directly 10