OpenGrok
Cross Reference: my_jni_module.cpp
xref
: /
ndk
/
tests
/
build
/
issue52819-STLPORT_FORCE_REBUILD
/
jni
/
my_jni_module.cpp
Home
|
History
|
Annotate
|
Download
|
only in
jni
1
int
fun
(
int
i)
2
{
3
return
i;
4
}
5