commit | fd7141ee240f2ce9e50e564a77b22df3df85f47c | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Mon Aug 21 21:23:08 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Aug 21 21:23:08 2017 +0000 |
tree | d2d021cfb6662c37d6741a93e69e5bf6d1376ac8 | |
parent | 2bd5707d7a6b41ee970059bbf985bf40d8228f4f [diff] | |
parent | fb5a671c7c3312da350439745f1e47891b5e0672 [diff] |
Merge "Update the minimum NDK target API." am: fb5a671c7c Change-Id: I9c144909a9266d2fb45f77179166891c0874a2bc
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.