1LOCAL_MODULE_TAGS := tests 2 3LOCAL_RENDERSCRIPT_FLAGS += -g -O0 -target-api 0 4LOCAL_CFLAGS := -Werror -Wall -Wextra -std=c++11 5LOCAL_LDFLAGS += -llog 6 7LOCAL_STATIC_LIBRARIES += libRScpp_static 8 9intermediates += $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,) 10 11LOCAL_C_INCLUDES += $(intermediates) 12