summaryrefslogtreecommitdiff
path: root/tests/lldb/cpp/Allocations/Android.mk
blob: 16ed1b2e08b6c2995d5761a26fc36cdf8f09af22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)