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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user