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:
@@ -482,7 +482,7 @@ func (c *config) PlatformSdkCodename() string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (c *config) MinSupportedSdkVersion() int {
|
func (c *config) MinSupportedSdkVersion() int {
|
||||||
return 14
|
return 16
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *config) DefaultAppTargetSdkInt() int {
|
func (c *config) DefaultAppTargetSdkInt() int {
|
||||||
|
Reference in New Issue
Block a user