Files
2023-05-14 11:44:44 +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)