2
0
mirror of synced 2025-02-23 06:48:15 +00:00

bind/java, internal/mobileinit: add dummy import "C"

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>
This commit is contained in:
Hyang-Ah Hana Kim 2016-01-13 14:03:07 -05:00
parent a4d9ded95b
commit 0951da6cb2
2 changed files with 4 additions and 0 deletions

View File

@ -8,3 +8,5 @@
//
// Currently, this works only for android.
package java
import "C"

View File

@ -7,3 +7,5 @@
//
// Long-term, some code in this package should consider moving into Go stdlib.
package mobileinit
import "C"