Sign in
fuchsia
/
third_party
/
swig
/
refs/tags/v4.1.0
/
.
/
Examples
/
android
/
class
/
jni
/
Android.mk
blob: 25d42b541dea929c54d5c78f8b05689a9710a7a2 [
file
] [
log
] [
blame
]
# File: Android.mk
LOCAL_PATH
:=
$
(
call my
-
dir
)
include $
(
CLEAR_VARS
)
LOCAL_MODULE
:=
example
LOCAL_SRC_FILES
:=
example_wrap
.
cpp example
.
cpp
LOCAL_CFLAGS
:=
-
frtti
include $
(
BUILD_SHARED_LIBRARY
)