Sign in
android
/
platform
/
ndk
/
HEAD
/
.
/
tests
/
build
/
libcxx-cxa_bad_cast
/
jni
/
Android.mk
blob: 25cb7ac3cc2badbd0c9dfcad2f6375490c82542b [
file
] [
log
] [
blame
]
LOCAL_PATH
:=
$
(
call my
-
dir
)
include $
(
CLEAR_VARS
)
LOCAL_MODULE
:=
foo
LOCAL_SRC_FILES
:=
foo
.
cpp
LOCAL_CPPFLAGS
:=
-
fexceptions
-
frtti
include $
(
BUILD_EXECUTABLE
)