commit | a3b83662b8b51b90d642a992f90689ed96a645c2 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Nov 15 11:28:28 2018 -0800 |
committer | Dan Albert <danalbert@google.com> | Tue Nov 27 13:58:18 2018 -0800 |
tree | 451ffc49aa0dc89ee385a8729e7a16a01c7af93d | |
parent | fac114b9a502395ba3adacf2a47b604d386c5e5e [diff] [blame] |
Up the NDK's minimum supported API level. r18 doesn't support ICS. Test: m checkbuild Bug: http://b/119587551 Change-Id: I39ffa21c428bcdd7e970476bedc7d6dffb7b3c43
diff --git a/android/config.go b/android/config.go index 0171cc0..c737b70 100644 --- a/android/config.go +++ b/android/config.go
@@ -482,7 +482,7 @@ } func (c *config) MinSupportedSdkVersion() int { - return 14 + return 16 } func (c *config) DefaultAppTargetSdkInt() int {