Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
art
/
47a0d5a6f221066c3daf7f67f2122ed9c9cd217c
/
.
/
src
/
jni_tests.cc
blob: 934ccac947005dfafcfda2cf9fd0dee46b855da6 [
file
] [
log
] [
blame
]
// Copyright 2011 Google Inc. All Rights Reserved.
#include
"jni.h"
#include
<stdio.h>
extern
"C"
JNIEXPORT jint JNICALL
Java_MyClass_bar
(
JNIEnv
*
env
,
jobject thisObj
,
jint count
)
{
return
count
+
1
;
}