From a3b83662b8b51b90d642a992f90689ed96a645c2 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 15 Nov 2018 11:28:28 -0800 Subject: [PATCH] Up the NDK's minimum supported API level. r18 doesn't support ICS. Test: m checkbuild Bug: http://b/119587551 Change-Id: I39ffa21c428bcdd7e970476bedc7d6dffb7b3c43 --- android/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/config.go b/android/config.go index 0171cc069..c737b7092 100644 --- a/android/config.go +++ b/android/config.go @@ -482,7 +482,7 @@ func (c *config) PlatformSdkCodename() string { } func (c *config) MinSupportedSdkVersion() int { - return 14 + return 16 } func (c *config) DefaultAppTargetSdkInt() int {