blob: b36ff9532412bd829c4e98c1182b37a6f76264f8 [file] [log] [blame]
#
# Std library overrides Makefile
#
ifeq ($(CHRE_STD_OVERRIDES_ALLOWED),true)
# Common Compiler Flags ########################################################
COMMON_CFLAGS += -I$(CHRE_PREFIX)/std_overrides/include
# Common Source Files ##########################################################
COMMON_SRCS += $(CHRE_PREFIX)/std_overrides/stdlib_wrapper.cc
endif