You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
338 B

LOCAL_MODULE_TAGS := tests
LOCAL_CPP_FEATURES += exceptions
LOCAL_CFLAGS := -Werror -Wall -Wextra -std=c++11
LOCAL_RENDERSCRIPT_FLAGS += -O0 -target-api 0
LOCAL_HEADER_LIBRARIES := jni_headers
LOCAL_SHARED_LIBRARIES += libdl liblog
LOCAL_STATIC_LIBRARIES += libRScpp_static
LOCAL_SDK_VERSION := 23
LOCAL_NDK_STL_VARIANT := c++_static