Rename BuildIdReader to ElfReader. The next commit adds debug info detection to the class, so the name is no longer accurate. The rename's in a separate commit to make it easier to review. I've also made the build_id argument of FakeElfReader optional to reduce clutter in test cases where the build ID doesn't matter. Bug: https://github.com/android/ndk/issues/2078 Test: pytest doesn't get worse Change-Id: Ia88e8068903a2e49726223ca6981152d0f3e6dc0
The latest version of this document is available at https://android.googlesource.com/platform/ndk/+/main/README.md.
Note: This document is for developers of the NDK, not developers that use the NDK.
The NDK allows Android application developers to include native code in their Android application packages, compiled as JNI shared libraries.
To navigate this site, use the navigation bar at the top of the page. For additional documentation, see the listing for the docs directory. If you're not sure where to start, the Onboarding page will guide you.