summaryrefslogtreecommitdiff
path: root/linkerconfig
AgeCommit message (Expand)Author
2025-03-13Change CommonModuleInfoProvider to a pointer. Yu Liu
2025-03-07Rename CommonModuleInfoKey to be consistent with others. Yu Liu
2025-02-19Change depVisitor to use providers instead of type-asserting to Yu Liu
2025-02-12Don't panic in ModuleForTests and friends Colin Cross
2025-01-08Convert getLibsForLinkerConfig to use ModuleProxy. Yu Liu
2024-12-13Make BuildLinkerConfig run in its own action Cole Faust
2024-10-31Add linker.config.pb support to android_filesystem Spandan Das
2024-09-18Add default_visibility for soong modules Cole Faust
2024-08-27Force rebuild linker.config.pb even after a build error Justin Yun
2024-08-16Remove more internal fields from ModuleBase. Yu Liu
2024-07-08LLNDK libraries can also provide libraries Kiyoung Kim
2024-06-10PrebuildEtcModule no longer implements OutputFiles method mrziwang
2024-03-25Update linker.config.pb based on package dependency Kiyoung Kim
2024-01-09"master" was renamed "main". Elliott Hughes
2023-12-08Remove ConvertWithBp2build implementations Colin Cross
2023-09-20Have ConvertWBp2build use Bp2buildMutatorContext Chris Parsons
2023-06-16Provide reason for unconverted bp2build modules Chris Parsons
2023-02-28Remove OWNERS access for non-build team people to core build system Joe Onorato
2022-09-18Remove Python enables identical to global defaults. Krzysztof KosiƄski
2022-07-08Implement bp2build for linker_config Liz Kammer
2022-03-15Don't export Soong path as a Make variable Colin Cross
2022-01-25Linkerconfig with namespace contribution Jooyung Han
2021-12-15Remove InstallBypassMake and ToMakePath Colin Cross
2021-04-21android_system_image that generates linker.config.pb Jiyong Park
2021-04-15make linker_config OutputFileProducer Jooyung Han
2021-04-15Allow uninstallable linker_config to be packaged Jooyung Han
2021-03-29Convert linkerconfig package to use test fixtures Paul Duffin
2021-02-22Merge "Add ctx to AndroidMkExtraEntriesFunc" Treehugger Robot
2021-02-19Add ctx to AndroidMkExtraEntriesFunc Colin Cross
2021-02-06Add LOCAL_LICENSE_KINDS to build/soong Bob Badour
2020-12-04Merge "Add linkerconfig to Runtime APEX" Kiyoung Kim
2020-12-03Merge "Pass pctx and ctx to NewRuleBuilder" Colin Cross
2020-12-02Add linkerconfig to Runtime APEX Kiyoung Kim
2020-12-01Pass pctx and ctx to NewRuleBuilder Colin Cross
2020-12-01Generate system stub library list at build time Kiyoung Kim
2020-11-12Pass Config to NewTestContext instead of ctx.Register Colin Cross
2020-11-03Add new properties in linker config format - provideLibs and requireLibs Kiyoung Kim
2020-10-15Handle new filetype 'linker_config' Kiyoung Kim