Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
build
/
system-no-supc
/
jni
/
Android.mk
blob: 0bd3b142958c8287e7af2fffdcab1853b0095b2b [
file
] [
log
] [
blame
]
LOCAL_PATH
:=
$
(
call my
-
dir
)
include $
(
CLEAR_VARS
)
LOCAL_MODULE
:=
foo
LOCAL_SRC_FILES
:=
foo
.
cpp
LOCAL_CPPFLAGS
:=
-
std
=
c
++
11
include $
(
BUILD_SHARED_LIBRARY
)