Suppress expected invalid ELF file errors. Since we check for build ID matches before rejecting file name mismatches, we'll frequently check non-ELF files in the symbol directory for build IDs. Suppress the "The file was not recognized as a valid object file" spam. Bug: https://github.com/android/ndk/issues/2078 Test: eyeballs Change-Id: Ib22ba2b7fad33730875cf0848aba594f89ca4f2e
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.