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