xref: /aosp_15_r20/system/chre/build/defs.mk (revision 84e339476a462649f82315436d70fd732297a399)
1#
2# Common global constants used as part of the build.
3#
4
5# Output Directory Name ########################################################
6
7OUT = out
8
9# Helper Scripts ###############################################################
10
11BE_TO_LE_SCRIPT = $(CHRE_PREFIX)/build/be_to_le.sh
12
13# Build verbosity ##############################################################
14
15ifneq ($(CHRE_BUILD_VERBOSE),true)
16V=@
17endif
18
19# Default tools definitions ####################################################
20
21PYTHON ?= python3
22
23