9 lines
240 B
Makefile
9 lines
240 B
Makefile
#
|
|
# CHRE API Makefile
|
|
#
|
|
|
|
# Common Compiler Flags ########################################################
|
|
|
|
# Include paths.
|
|
COMMON_CFLAGS += -Ichre_api/include
|
|
COMMON_CFLAGS += -Ichre_api/include/chre_api # Allows including chre.h directly
|