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
This commit is contained in:
Dan Albert
2016-06-27 11:19:11 -07:00
parent 5836c9e658
commit cb76aad0c4

View File

@@ -361,7 +361,7 @@ $('#Downloads').after($('#download-table'));
documentation</a>.
</li>
<li>Removed all sysroots for platform levels prior to Android 2.3 (API level 10).
<li>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.
</li>