aboutsummaryrefslogtreecommitdiff
path: root/linker/linker_config.cpp
AgeCommit message (Expand)Author
2020-07-31linker: Cleanup for Android's inclusive language guidanceLuke Huang
2020-06-02Make .whitelisted property "append"-ableJooyung Han
2019-12-04Replace LIB_PATH macro with kLibPathRyan Prichard
2019-10-29Add linker config variable: VNDK_APEX_VERJooyung Han
2019-10-16Revert "Change linker config variable: VNDK_VER"Jooyung Han
2019-10-11Change linker config variable: VNDK_VERJooyung Han
2019-08-26Revert "linker: cleanup (removing unused VNDK_VER)"Jooyung Han
2019-08-21linker: cleanup (removing unused VNDK_VER)Jooyung Han
2019-05-17Don't resolve already resolved paths when parsing ld.config.txtJiyong Park
2019-03-20Use std::move() for rvalue-reference setters and ctorsVic Yang
2019-03-20linker: Add support for "whitelisted" property in linker config filesVic Yang
2019-03-19Add more linker debug.Martin Stjernholm
2019-03-12Cosmetic changes to linker allocator and configRyan Prichard
2019-01-25Call realpath(3) only when the path is accessible for readJiyong Park
2019-01-04dir.${section}: downgrade "can't resolve" diagRyan Prichard
2018-12-11Fix performance-for-range-copy warningsChih-Hung Hsieh
2018-06-22Don't emit warning on missing directoriesJiyong Park
2018-06-18Resolve paths of dir.${section} if possibleInseob Kim
2018-02-28Be clearer about linker warnings.Elliott Hughes
2018-01-25linker: Allow link namespaces without name filtersLogan Chien
2017-12-04Merge "Allow property += value in ld.config.txt"Treehugger Robot
2017-12-03Use ld.config.$VER.txt when current VNDK version is $VERJustin Yun
2017-12-01Allow property += value in ld.config.txtJiyong Park
2017-10-20Set search path to ro.vndk.version propertySundong Ahn
2017-10-04Revert "linker: disable ld.config.txt in ASAN mode"Jiyong Park
2017-09-22Don't resolve permitted.pathsJiyong Park
2017-05-27Merge "linker: disable ld.config.txt in ASAN mode" into oc-devJiyong Park
2017-05-27linker: disable ld.config.txt in ASAN modeJiyong Park
2017-05-03Move libc_log code into libasync_safe.Christopher Ferris
2017-04-28linker: add android_get_exported_namespaceJiyong Park
2017-04-06linker: add android_get_exported_namespaceJiyong Park
2017-04-05Move scopeguard into android::baseTom Cherry
2017-03-24Load namespace configuration from ld.config.txtDimitry Ivanov