diff --git a/jni.go b/jni.go index 89ad75a..3134210 100644 --- a/jni.go +++ b/jni.go @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package jni // Package jni implements various helper functions for communicating with the // Android JVM though JNI. +package jni /* #cgo CFLAGS: -Wall