aboutsummaryrefslogtreecommitdiff
path: root/android-changes-for-ndk-developers.md
AgeCommit message (Expand)Author
2024-03-29Address review comments on previous change.Elliott Hughes
2024-03-28docs: be more consistent about saying "API level".Elliott Hughes
2024-03-26linker: Process RELR relocations before ANDROID_REL[A].Peter Collingbourne
2024-03-19Update the `--hash-style=` documentation.Elliott Hughes
2024-02-13llvm-readelf only accepts `--headers`.Elliott Hughes
2023-10-04s/master/main/Elliott Hughes
2023-09-06Add doc for sentinel change in preinit_array/init_array/fini_arrayYabin Cui
2023-08-10Clarify a confusing passage in the docs.Elliott Hughes
2023-04-13Clarify what part of the NDK sets the soname.Elliott Hughes
2023-01-18Link to the best relative relocations docs I know of.Elliott Hughes
2020-10-30Docs: link to the unwinder docs.Elliott Hughes
2020-08-03Rename linker greylist to exempt-listRyan Prichard
2020-07-21Changes for #inclusivefixit.Elliott Hughes
2020-01-24Modernize SHT_RELR support.Elliott Hughes
2019-08-15Link our two main developer-facing docs together.Elliott Hughes
2019-08-05Document the "one big library" trick.Elliott Hughes
2019-06-05[PATCH] Document the LD_PRELOAD workaround.Elliott Hughes
2019-04-22Document __register_atfork.Elliott Hughes
2019-03-26docs: mention the fact that bionic now uses ifuncs.Elliott Hughes
2018-08-06Revert "Move android-changes-for-ndk-developers.md into docs/."Elliott Hughes
2018-08-01Move android-changes-for-ndk-developers.md into docs/.Elliott Hughes
2018-05-01Document the historical dlopen issues.Elliott Hughes
2018-01-19Document that dlclose with thread_local is fixed in P.Elliott Hughes
2017-12-05Make it clear that "dlopen" logging includes "dlclose".Elliott Hughes
2017-10-25Document the dlclose/thread locals with non-trivial destructors problem.Elliott Hughes
2017-04-17Document DT_RUNPATH support.Elliott Hughes
2017-04-06Add support for disabling the greylist.Elliott Hughes
2017-01-13Describe our dynamic linker compatibility policy.Elliott Hughes
2016-12-14Document bionic loader logging propertiesDimitry Ivanov
2016-11-18Document more dynamic linker changes.Elliott Hughes
2016-11-16Relax ELF header checks - warn for apps targeting pre-ODimitry Ivanov
2016-11-15Downgrade W+E load segments to a warning unless targeting O.Elliott Hughes
2016-10-07Document a post-N dynamic linker change.Elliott Hughes
2016-10-06Turn the recent blog post into markdown docs.Elliott Hughes