blob: 16ed1b2e08b6c2995d5761a26fc36cdf8f09af22 [file] [log] [blame]
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := CppAllocations
LOCAL_SRC_FILES := \
Allocations.cpp \
allocs.rs
LOCAL_STATIC_LIBRARIES := libcompiler_rt
include frameworks/rs/tests/lldb/cpp/common.mk
include $(BUILD_EXECUTABLE)