Home | History | Annotate | Download | only in docs
      1 <html><body><pre>The content of the Android NDK is covered by various open-source licenses.
      2 See the copyright disclaimers in each respective file for details.
      3 
      4 Note that the public Android NDK release packages also contain prebuilt binaries
      5 for the compiler, linker, archiver, etc... The source code for the toolchain is
      6 available at android.googlesource.com (you can use the script under
      7 build/tools/download-toolchain-sources.sh to download it automatically).
      8 
      9 The prebuilt binaries are covered by either the GNU General Public License (GPL),
     10 or the GNU Lesser General Public License (LGPL). For details, see the files
     11 COPYING and COPYING.LIB under 'build/prebuilt/&lt;system&gt;/&lt;toolchain&gt;'
     12 </pre></body></html>