chre_api.mk 548 B

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