Bump minimum minSdkVersion to 19.
We need to land an update to the NDK prebuilts and the NDK no longer supports APIs 16-18. Bug: http://b/222341313 Test: treehugger Change-Id: I996b0eb65a7d1ae4cc0687b7ed8f533fbbba295d
This commit is contained in:
parent
562477b1c7
commit
fa652e32a6
1 changed files with 1 additions and 1 deletions
|
@ -778,7 +778,7 @@ func (c *config) PlatformBaseOS() string {
|
|||
}
|
||||
|
||||
func (c *config) MinSupportedSdkVersion() ApiLevel {
|
||||
return uncheckedFinalApiLevel(16)
|
||||
return uncheckedFinalApiLevel(19)
|
||||
}
|
||||
|
||||
func (c *config) FinalApiLevels() []ApiLevel {
|
||||
|
|
Loading…
Reference in a new issue