Merge "Update the minimum NDK target API."

am: fb5a671c7c

Change-Id: I9c144909a9266d2fb45f77179166891c0874a2bc
This commit is contained in:
Dan Albert
2017-08-21 21:23:08 +00:00
committed by android-build-merger

View File

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