Update the minimum NDK target API.

Gingerbread is no longer supported. ICS is now the minimum target.

Test: make checkbuild
Bug: None
Change-Id: I896b83d9984d90d907fe518cc722a4a3722626a1
This commit is contained in:
Dan Albert
2017-08-10 12:18:31 -07:00
parent f5415d7cc6
commit d4db4acffe

View File

@@ -379,7 +379,7 @@ func (c *config) PlatformSdkVersion() string {
}
func (c *config) MinSupportedSdkVersion() int {
return 9
return 14
}
// Codenames that are active in the current lunch target.