Reporting issues
Our bug tracker is hosted on GitHub Issues.Bugs against Android Studio or Gradle should be filed at b.android.com, not in the NDK issue tracker.
Submitting patches
While we use GitHub for bug tracking and documentation, we do not manage our code in GitHub. Like the rest of Android, we are hosted in AOSP. This means that patches are uploaded to and submitted via Gerrit.Follow AOSP contribution instructions
Follow the contribution instructions for AOSP.
Initialize the repository
When you run
repo init, follow the instructions in the NDK README.md. The NDK has a different set of dependencies than AOSP.Build and test
Instructions for building the NDK and running tests are documented in README.md and Testing.md.
Upload your change to Gerrit
Upload your patch to Gerrit following the AOSP workflow.
Find reviewers
Use the [FIND OWNERS] button in the Gerrit UI to find appropriate reviewers for your change.