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