From d4db4acffe7d7a8f029cdf326257672d2a90b46d Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 10 Aug 2017 12:18:31 -0700 Subject: [PATCH] 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 --- android/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/config.go b/android/config.go index 330669dcf..c435e8585 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.