Up the NDK's minimum supported API level.

am: a3b83662b8

Change-Id: I5c3801dc74afabea385542fee1e696a0bb9895eb
This commit is contained in:
Dan Albert
2018-11-28 08:30:01 -08:00
committed by android-build-merger

View File

@@ -482,7 +482,7 @@ func (c *config) PlatformSdkCodename() string {
}
func (c *config) MinSupportedSdkVersion() int {
return 14
return 16
}
func (c *config) DefaultAppTargetSdkInt() int {