Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3b83662 authored by Dan Albert's avatar Dan Albert
Browse files

Up the NDK's minimum supported API level.

r18 doesn't support ICS.

Test: m checkbuild
Bug: http://b/119587551
Change-Id: I39ffa21c428bcdd7e970476bedc7d6dffb7b3c43
parent fac114b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -482,7 +482,7 @@ func (c *config) PlatformSdkCodename() string {
}

func (c *config) MinSupportedSdkVersion() int {
	return 14
	return 16
}

func (c *config) DefaultAppTargetSdkInt() int {