unplugged-system/system/chre/apps/test/common/chre_api_test2/Makefile

24 lines
647 B
Makefile
Raw Normal View History

#
# CHRE API Test Nanoapp Makefile
#
# Makefile Includes ############################################################
include ../chre_api_test/chre_api_test.mk
# Nanoapp Configuration ########################################################
NANOAPP_NAME = chre_api_test2
NANOAPP_ID = 0x476f6f675400000e
NANOAPP_NAME_STRING = \"CHRE\ API\ Test\ 2\"
NANOAPP_VERSION = 0x00000001
# Compiler Flags ###############################################################
# Defines
COMMON_CFLAGS += -DLOG_TAG=\"[ChreApiTest2]\"
# Makefile Includes ############################################################
include $(CHRE_PREFIX)/build/nanoapp/app.mk