commit | fb5a671c7c3312da350439745f1e47891b5e0672 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Aug 21 21:14:25 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 21 21:14:25 2017 +0000 |
tree | 183c8688afb82a7a73270829cb0d8e5cdc124174 | |
parent | 1c508b6c53c14a6e580ed93c124250c599f2abfc [diff] | |
parent | d4db4acffe7d7a8f029cdf326257672d2a90b46d [diff] |
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.