mobile/bind/java
Hajime Hoshi c6da959549 bind/java, bind/objc: do not use module for reverse binding
Reverse binding is not available with Go module, and some tests
fail due to this. This CL suppresses the errors by disabling Go
modules explicitly.

Updates golang/go#27234

Change-Id: I7483c1dab468548a2efa05ca426addf5c3d97b6e
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/192599
Run-TryBot: Hajime Hoshi <hajimehoshi@gmail.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-08-30 20:13:51 +00:00
..
ClassesTest.java bind,internal/importers: add Unwrap methods to unwrap Java wrappers 2017-01-18 20:31:42 +00:00
CustomPkgTest.java bind: use lowercase method names for Java binds 2016-09-07 12:52:06 +00:00
Seq.java bind/java: Do not get ApplicationContext via reflection, ask for it when needed. 2019-07-11 16:50:09 +00:00
SeqBench.java bind,internal: change the default Java package to the empty string 2017-01-11 19:15:09 +00:00
SeqTest.java bind/java: deflake testJavaRefKeep 2019-03-14 16:44:39 +00:00
context_android.c bind, cmd: generate complete standalone bindings from gobind 2018-03-16 06:47:34 +00:00
context_android.go internal/mobileinit,bind/java,app: don't treat jobject as a pointer 2018-04-30 16:43:58 +00:00
doc.go bind/java: fix tests on Windows 2017-01-13 01:37:47 +00:00
seq_android.c.support bind: pin Go objects while incrementing their reference count 2018-04-17 15:00:19 +00:00
seq_android.go.support bind, cmd: generate complete standalone bindings from gobind 2018-03-16 06:47:34 +00:00
seq_android.h bind, cmd: generate complete standalone bindings from gobind 2018-03-16 06:47:34 +00:00
seq_test.go bind/java, bind/objc: do not use module for reverse binding 2019-08-30 20:13:51 +00:00