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