Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
device
/
libcxx-unwind-static
/
jni
/
Android.mk
blob: e909554452daf109893e7cd5a33caa05943451a4 [
file
] [
log
] [
blame
]
LOCAL_PATH
:=
$
(
call my
-
dir
)
include $
(
CLEAR_VARS
)
LOCAL_MODULE
:=
foo
LOCAL_SRC_FILES
:=
foo
.
cpp
LOCAL_CPPFLAGS
:=
-
fexceptions
include $
(
BUILD_EXECUTABLE
)