blob: 8689a6c1d7b1a0577fee5293b8ab1c328705667e [file]
This is the concatenated contents of all files inside the placeholder srcjar.
## Contents of org/jni_zero/TinySample.java:
//
// This file is an empty placeholder. It was generated by //third_party/jni_zero/jni_zero.py
//
package org.jni_zero;
import javax.annotation.processing.Generated;
@Generated("JNI Zero")
@SuppressWarnings({"rawtypes", "unchecked"})
public interface TinySample {
public interface Natives {
public boolean bar(int a, Object b);
public void foo(Object a, int b);
}
}
## Contents of org/jni_zero/extrapackage/ImportsTinySample.java:
//
// This file is an empty placeholder. It was generated by //third_party/jni_zero/jni_zero.py
//
package org.jni_zero.extrapackage;
import javax.annotation.processing.Generated;
@Generated("JNI Zero")
@SuppressWarnings({"rawtypes", "unchecked"})
public interface ImportsTinySample {
public interface Natives {
public void asdf();
}
}