Home | History | Annotate | Download | only in BranchingFunCalls
      1 LOCAL_PATH := $(call my-dir)
      2 include $(CLEAR_VARS)
      3 
      4 LOCAL_MODULE := CppBranchingFunCalls
      5 
      6 LOCAL_SRC_FILES := \
      7 	BranchingFunCalls.cpp \
      8 	scalars.rs
      9 
     10 include frameworks/rs/tests/lldb/cpp/common.mk
     11 include $(BUILD_EXECUTABLE)
     12