aboutsummaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2017-08-21 21:23:08 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-08-21 21:23:08 +0000
commitfd7141ee240f2ce9e50e564a77b22df3df85f47c (patch)
treed2d021cfb6662c37d6741a93e69e5bf6d1376ac8 /android
parent2bd5707d7a6b41ee970059bbf985bf40d8228f4f (diff)
parentfb5a671c7c3312da350439745f1e47891b5e0672 (diff)
downloadbuild_soong-fd7141ee240f2ce9e50e564a77b22df3df85f47c.tar.gz
build_soong-fd7141ee240f2ce9e50e564a77b22df3df85f47c.tar.bz2
build_soong-fd7141ee240f2ce9e50e564a77b22df3df85f47c.zip
Merge "Update the minimum NDK target API."
am: fb5a671c7c Change-Id: I9c144909a9266d2fb45f77179166891c0874a2bc
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.