Sign in
android
/
platform
/
ndk
/
b56bb19bf892770b07c4a083a406abccf5e640ba
/
.
/
tests
/
build
/
clang-include-gnu-libc++
/
jni
/
Android.mk
blob: 176e75f694d2b90883cabe580f71639ed70d9402 [
file
] [
log
] [
blame
]
LOCAL_PATH
:=
$
(
call my
-
dir
)
include $
(
CLEAR_VARS
)
LOCAL_MODULE
:=
clang
-
include
-
gnu
-
libc
++
LOCAL_SRC_FILES
:=
clang
-
include
-
gnu
-
libc
++.
cc
LOCAL_CPPFLAGS
+=
-
std
=
gnu
++
11
include $
(
BUILD_EXECUTABLE
)