Sign in
bazel
/
bazel
/
2a32a66878ca6f3de6dcb35c8c2043b02ca8f89d
/
.
/
examples
/
android
/
java
/
bazel
/
Jni.java
blob: 5fa92e0baad5f59943f97aaf8e59b314f0f3a7f6 [
file
] [
log
] [
blame
]
package
bazel
;
/**
* JNI stubs for the Bazel Android "Hello, World" app.
*/
public
class
Jni
{
public
static
native
String
hello
();
}