android13/system/chre/std_overrides/std_overrides.mk

13 lines
368 B
Makefile
Raw Normal View History

2024-06-22 08:45:49 -04:00
#
# 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