Sign in
ara-mdk
/
platform
/
ndk
/
2fe911ac795eb560f6d83118e227698b458e074a
/
.
/
tests
/
device
/
test-unwind-struct
/
jni
/
Android.mk
blob: ae4d92baba9b3c916e401b5ca594121d7879f735 [
file
] [
log
] [
blame
]
LOCAL_PATH
:=
$
(
call my
-
dir
)
include $
(
CLEAR_VARS
)
LOCAL_MODULE
:=
test_unwind_struct
LOCAL_SRC_FILES
:=
main
.
c
LOCAL_STATIC_LIBRARIES
:=
gabi
++
_static
include $
(
BUILD_EXECUTABLE
)
$
(
call import
-
module
,
cxx
-
stl
/
gabi
++)