Files
2023-10-13 14:01:41 +00:00

8 lines
206 B
Makefile

LOCAL_MODULE_TAGS := tests
LOCAL_CFLAGS += -Werror -Wall -Wextra
LOCAL_LDFLAGS += -llog
intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,)
LOCAL_C_INCLUDES += $(intermediates)