Sign in
bazel
/
bazel
/
2ca06f5beb9571215b12158d0dd945b72b00d38a
/
.
/
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
();
}