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

Add links to the hosted versions of the docs.

Change-Id: I806f1633909ad816622a3019c6153434fdf8bcd2
parent e32003a6
Android Native Development Kit (NDK)
====================================
The latest version of this document is available at
https://android.googlesource.com/platform/ndk/+/master/README.md.
**Note:** This document is for developers _of_ the NDK, not developers
that use the NDK.
......
Generating NDK Sysroots
=======================
The latest version of this document is available at
https://android.googlesource.com/platform/ndk/+/master/docs/GeneratingSysroots.md.
The `platforms/` subtree of an NDK package contains sysroots for each
architecture and API level. The contents of these sysroots are generated as part
of the NDK build.
......
Testing the NDK
===============
The latest version of this document is available at
https://android.googlesource.com/platform/ndk/+/master/docs/Testing.md.
Testing Tools
-------------
......
Working with the NDK Toolchains
===============================
The latest version of this document is available at
https://android.googlesource.com/platform/ndk/+/master/docs/Testing.md.
The toolchains shipped in the NDK are not built as a part of the NDK build
process. Instead they are built separately and checked into git as prebuilts
that are repackaged when shipped in the NDK. This applies to both Clang and GCC.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment