diff --git a/examples/others/android/logcat_jni/others.go b/examples/others/android/logcat_jni/others.go index 9885d68..dc5c208 100644 --- a/examples/others/android/logcat_jni/others.go +++ b/examples/others/android/logcat_jni/others.go @@ -1,7 +1,3 @@ //go:build !android - package main - -func temp() { - -} +func doSpecific() {}