From cb76aad0c4fb108f1be35f591cfe149e48002757 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Mon, 27 Jun 2016 11:19:11 -0700 Subject: Fix mistranslation from the NDK changelog. Gingerbread begins at API level 9, not 10. Bug: https://github.com/android-ndk/ndk/issues/136 Change-Id: Ie65e543c06bed925f33e2cac92a27d6b83934a88 --- docs/html/ndk/downloads/index.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/ndk/downloads/index.jd b/docs/html/ndk/downloads/index.jd index 954b049798c8..28860b28894c 100644 --- a/docs/html/ndk/downloads/index.jd +++ b/docs/html/ndk/downloads/index.jd @@ -361,7 +361,7 @@ $('#Downloads').after($('#download-table')); documentation. -
  • Removed all sysroots for platform levels prior to Android 2.3 (API level 10). +
  • Removed all sysroots for platform levels prior to Android 2.3 (API level 9). We dropped support for them in NDK r11, but neglected to actually remove them.
  • -- cgit v1.2.3-59-g8ed1b