diff options
author | Rob Landley <rob@landley.net> | 2018-09-11 17:01:51 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2018-09-11 17:01:51 -0500 |
commit | 013876f067a11ebfcf47789921b376e7bf3bf5b8 (patch) | |
tree | 12aa64526fd68591222dc422d0ad4ffc57832b34 /www/roadmap.html | |
parent | 28e36c9487bd4415d84952f74969bff34ffe665b (diff) | |
download | toybox-013876f067a11ebfcf47789921b376e7bf3bf5b8.tar.gz |
Add a couple Android NDK links for reference.
Diffstat (limited to 'www/roadmap.html')
-rwxr-xr-x | www/roadmap.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/roadmap.html b/www/roadmap.html index 7e3fd1c6..ae97dc41 100755 --- a/www/roadmap.html +++ b/www/roadmap.html @@ -261,7 +261,11 @@ replaced by toybox.</p> <p>Toolbox doesn't have its own repository, instead it's part of Android's <a href=https://android.googlesource.com/platform/system/core>system/core -git repository</a>.</p> +git repository</a>. Android's Native Development Kit (their standalone +downloadable toolchain) has its own +<a href=https://android.googlesource.com/platform/ndk/+/master/docs/Roadmap.md>roadmap</a>, and each version has +<a href=https://developer.android.com/ndk/downloads/revision_history>release +notes</a>.</p> <h3>Toolbox commands:</h3> |