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