commit | d4db4acffe7d7a8f029cdf326257672d2a90b46d | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Thu Aug 10 12:18:31 2017 -0700 |
committer | Dan Albert <danalbert@google.com> | Thu Aug 17 16:54:21 2017 -0700 |
tree | 47eb46ba6746168c5c7844e9d3dcc83d9176fe80 | |
parent | f5415d7cc68d84d9f5183f48498011675a19df47 [diff] [blame] |
Update the minimum NDK target API. Gingerbread is no longer supported. ICS is now the minimum target. Test: make checkbuild Bug: None Change-Id: I896b83d9984d90d907fe518cc722a4a3722626a1
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.