Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
build
/
gets-libcxx
/
jni
/
Android.mk
blob: 538633339464a6744f591063e77ca2934bf87b22 [
file
] [
log
] [
blame
]
LOCAL_PATH
:=
$
(
call my
-
dir
)
include $
(
CLEAR_VARS
)
LOCAL_MODULE
:=
gets
-
libcxx
LOCAL_SRC_FILES
:=
gets
-
libcxx
.
cpp
LOCAL_CPPFLAGS
:=
-
std
=
c
++
14
-
Wall
-
Werror
include $
(
BUILD_EXECUTABLE
)