1LOCAL_PATH := $(call my-dir) 2include $(CLEAR_VARS) 3 4LOCAL_MODULE := CppAllocations 5 6LOCAL_SRC_FILES := \ 7 Allocations.cpp \ 8 allocs.rscript 9 10LOCAL_STATIC_LIBRARIES := libcompiler_rt 11 12include frameworks/rs/tests/lldb/cpp/common.mk 13include $(BUILD_EXECUTABLE) 14