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