Files
2023-10-13 14:01:41 +00:00

12 lines
229 B
Makefile

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := CppBranchingFunCalls
LOCAL_SRC_FILES := \
BranchingFunCalls.cpp \
scalars.rscript
include frameworks/rs/tests/lldb/cpp/common.mk
include $(BUILD_EXECUTABLE)