allwinner_a64/android/frameworks/rs/tests/cpp_api/common.mk
2018-08-08 15:50:00 +08:00

7 lines
217 B
Makefile

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