| // JNI functions for the Go <=> Java bridge. | |
| // gobind -lang=java -javapkg=com.example customprefix | |
| // | |
| // File is generated by gobind. Do not edit. | |
| #include <android/log.h> | |
| #include <stdint.h> | |
| #include "seq.h" | |
| #include "_cgo_export.h" | |
| #include "customprefix.h" | |
| JNIEXPORT void JNICALL | |
| Java_com_example_customprefix_Customprefix__1init(JNIEnv *env, jclass _unused) { | |
| jclass clazz; | |
| } | |
| JNIEXPORT void JNICALL | |
| Java_com_example_customprefix_Customprefix_f(JNIEnv* env, jclass _clazz) { | |
| proxycustomprefix__F(); | |
| } | |