xref: /aosp_15_r20/system/chre/apps/test/common/chre_api_test/Makefile (revision 84e339476a462649f82315436d70fd732297a399)
1#
2# CHRE API Test Nanoapp Makefile
3#
4
5# Makefile Includes ############################################################
6
7include chre_api_test.mk
8
9# Nanoapp Configuration ########################################################
10
11NANOAPP_NAME = chre_api_test
12NANOAPP_ID = 0x476f6f675400000d
13NANOAPP_NAME_STRING = \"CHRE\ API\ Test\"
14NANOAPP_VERSION = 0x00000001
15
16# Compiler Flags ###############################################################
17
18# Defines
19COMMON_CFLAGS += -DLOG_TAG=\"[ChreApiTest]\"
20
21# Makefile Includes ############################################################
22
23include $(CHRE_PREFIX)/build/nanoapp/app.mk
24