android13/system/chre/build/defs.mk

17 lines
411 B
Makefile

#
# Common global constants used as part of the build.
#
# Output Directory Name ########################################################
OUT = out
# Helper Scripts ###############################################################
BE_TO_LE_SCRIPT = $(CHRE_PREFIX)/build/be_to_le.sh
# Build verbosity ##############################################################
ifneq ($(CHRE_BUILD_VERBOSE),true)
V=@
endif