Drop support for KitKat.

The NDK is dropping support for this.

Bug: https://github.com/android/ndk/issues/1751
Test: treehugger
Change-Id: I6c03dfc364e7612ce4f45fb58746726983cf5b74
This commit is contained in:
Dan Albert
2022-08-17 20:11:57 +00:00
parent 406015b2da
commit 6bfb6bbde4
2 changed files with 6 additions and 7 deletions

View File

@@ -689,7 +689,7 @@ func (c *config) PlatformVersionKnownCodenames() string {
}
func (c *config) MinSupportedSdkVersion() ApiLevel {
return uncheckedFinalApiLevel(19)
return uncheckedFinalApiLevel(21)
}
func (c *config) FinalApiLevels() []ApiLevel {