Files
rk35xx-android14/system/chre/chre_api/chre_api.mk
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

19 lines
579 B
Makefile

#
# CHRE API Makefile
#
# TODO: Consider switching out the included headers and compilation
# configuration based on the version of the CHRE API provided here. This is
# currently only used for nanoapp header generation which only supports
# targetting the current API version.
include $(CHRE_PREFIX)/chre_api/chre_api_version.mk
# Common Compiler Flags ########################################################
# Include paths.
COMMON_CFLAGS += -I$(CHRE_PREFIX)/chre_api/include
# Allows including chre.h directly
COMMON_CFLAGS += -I$(CHRE_PREFIX)/chre_api/include/chre_api