Merge "Update the minimum NDK target API."
diff --git a/android/config.go b/android/config.go
index 330669d..c435e85 100644
--- a/android/config.go
+++ b/android/config.go
@@ -379,7 +379,7 @@
 }
 
 func (c *config) MinSupportedSdkVersion() int {
-	return 9
+	return 14
 }
 
 // Codenames that are active in the current lunch target.