aboutsummaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2017-08-10 12:18:31 -0700
committerDan Albert <danalbert@google.com>2017-08-17 16:54:21 -0700
commitd4db4acffe7d7a8f029cdf326257672d2a90b46d (patch)
tree47eb46ba6746168c5c7844e9d3dcc83d9176fe80 /android
parentf5415d7cc68d84d9f5183f48498011675a19df47 (diff)
downloadbuild_soong-d4db4acffe7d7a8f029cdf326257672d2a90b46d.tar.gz
build_soong-d4db4acffe7d7a8f029cdf326257672d2a90b46d.tar.bz2
build_soong-d4db4acffe7d7a8f029cdf326257672d2a90b46d.zip
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
Diffstat (limited to 'android')
-rw-r--r--android/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/config.go b/android/config.go
index 330669dc..c435e858 100644
--- a/android/config.go
+++ b/android/config.go
@@ -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.