Home | History | Annotate | Download | only in chre_api
      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