blob: 2d4047560317466de8b9a34837f1c811d53c29ed [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := CppKernelVariables
LOCAL_SRC_FILES := \
KernelVariables.cpp \
simple.rs
include frameworks/rs/tests/lldb/cpp/common.mk
include $(BUILD_EXECUTABLE)