unplugged-vendor/frameworks/rs/tests/cpp_api/common.mk

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)