not harmful, but this consistency may simplify cgo handling in some custom build systems Change-Id: Id4692986725b3737c23cdeb9ce1a1fa2bc9f7dad Reviewed-on: https://go-review.googlesource.com/18615 Reviewed-by: David Crawshaw <crawshaw@golang.org>
13 lines
346 B
Go
13 lines
346 B
Go
// Copyright 2015 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// Package java implements the Java language bindings.
|
|
//
|
|
// See the design document (http://golang.org/s/gobind).
|
|
//
|
|
// Currently, this works only for android.
|
|
package java
|
|
|
|
import "C"
|