0

Is it possible to get the Android NDK GCC toolchain source code? AOSP/NDK already comes with a precompiled toolchain but I'd like to have the source code and compile the toolchain myself to enable some features of GCC not available in the NDK toolchain version.

David
  • 3,216
  • 2
  • 25
  • 30

1 Answers1

0

Yes, you can find instructions (how to fix and commit something) here: https://source.android.com/source/downloading.html

And toolchains here (GCC,Binutils and etc):
https://android.googlesource.com/toolchain/

Laser
  • 6,291
  • 7
  • 49
  • 78