Home | History | Annotate | Download | only in jnimultiplersfiles
      1 LOCAL_PATH := $(call my-dir)
      2 include $(CLEAR_VARS)
      3 
      4 LOCAL_MODULE := libjnimultiplersfiles
      5 
      6 LOCAL_SRC_FILES := jnimultiplersfiles.cpp first.rs second.rs
      7 
      8 LOCAL_RENDERSCRIPT_FLAGS := -g
      9 
     10 include frameworks/rs/tests/lldb/jni/common.mk
     11 include $(BUILD_SHARED_LIBRARY)
     12