1LOCAL_PATH := $(call my-dir) 2include $(CLEAR_VARS) 3 4LOCAL_MODULE := CppKernelVariables 5 6LOCAL_SRC_FILES := \ 7 KernelVariables.cpp \ 8 simple.rs 9 10include frameworks/rs/tests/lldb/cpp/common.mk 11include $(BUILD_EXECUTABLE) 12