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