Up the NDK's minimum supported API level.

r18 doesn't support ICS.

Test: m checkbuild
Bug: http://b/119587551
Change-Id: I39ffa21c428bcdd7e970476bedc7d6dffb7b3c43
This commit is contained in:
Dan Albert
2018-11-15 11:28:28 -08:00
parent fac114b9a5
commit a3b83662b8

View File

@@ -482,7 +482,7 @@ func (c *config) PlatformSdkCodename() string {
}
func (c *config) MinSupportedSdkVersion() int {
return 14
return 16
}
func (c *config) DefaultAppTargetSdkInt() int {