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