mobile/bind
Ben Schwartz 8578da9835 all: modernize handling of Android SDK and NDK paths
This change removes Gomobile's dependency on ANDROID_HOME and
ANDROID_NDK_HOME.  Setting ANDROID_HOME is generally optional,
and ANDROID_NDK_HOME is deprecated.

This change also increases the minimum API version to 16, as
all SDKs that supported API 15 are now deprecated.

Fixes golang/go#52470

Change-Id: I546365774a089e5d7ae1be0a538efd72741d92ac
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/401574
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Daniel Skinner <daniel@dasa.cc>
Reviewed-by: Suzy Mueller <suzmue@golang.org>
Reviewed-by: Hajime Hoshi <hajimehoshi@gmail.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
2022-05-18 20:53:45 +00:00
..
java all: modernize handling of Android SDK and NDK paths 2022-05-18 20:53:45 +00:00
objc all: add go:build comments for .m and .c files 2022-01-04 18:42:38 +00:00
seq bind: use runtime.KeepAlive to keep foreign references alive 2017-01-30 19:33:00 +00:00
testdata bind: added protocol documentation to Objective-C generated file 2022-05-18 03:50:03 +00:00
bind.go bind: format generated go code before comparing with golden files 2019-10-02 17:59:09 +00:00
bind_test.go bind: format generated go code before comparing with golden files 2019-10-02 17:59:09 +00:00
gen.go mobile: fix some typos 2022-03-07 22:04:22 +00:00
genclasses.go bind: format generated go code before comparing with golden files 2019-10-02 17:59:09 +00:00
gengo.go mobile: fix some typos 2022-03-07 22:04:22 +00:00
genjava.go mobile: fix some typos 2022-03-07 22:04:22 +00:00
genobjc.go bind: added protocol documentation to Objective-C generated file 2022-05-18 03:50:03 +00:00
genobjcw.go bind: format generated go code before comparing with golden files 2019-10-02 17:59:09 +00:00
implicit.go cmd,bind: add implicit dependencies 2022-01-12 01:59:53 +00:00
printer.go mobile/bind: move generated Java classes to package level 2016-08-22 07:41:35 +00:00
seq.go.support bind, cmd: generate complete standalone bindings from gobind 2018-03-16 06:47:34 +00:00
types.go bind: handle import paths without trailing slashes correctly 2018-03-21 12:14:32 +00:00