Sign in
android
/
platform
/
frameworks
/
rs
/
2397fd91759f830378ad7391bf7127fc477a9e1c
/
.
/
tests
/
lldb
/
cpp
/
Allocations
/
Android.mk
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
)