Merge "Update the minimum NDK target API."

This commit is contained in:
Treehugger Robot
2017-08-21 21:14:25 +00:00
committed by Gerrit Code Review

View File

@@ -379,7 +379,7 @@ func (c *config) PlatformSdkVersion() string {
} }
func (c *config) MinSupportedSdkVersion() int { func (c *config) MinSupportedSdkVersion() int {
return 9 return 14
} }
// Codenames that are active in the current lunch target. // Codenames that are active in the current lunch target.