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