index
:
platform/build/soong
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
android
/
base_module_context.go
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-26
Make EqualModules a free function.
Yu Liu
2025-02-19
Merge changes from topic "dependency_sub_dir" into main
Treehugger Robot
2025-02-19
Introduce Soong API ctx.OtherModuleSubDir(m Module)
Jihoon Kang
2025-02-19
Change depVisitor to use providers instead of type-asserting to
Yu Liu
2025-01-14
Unwrap ModuleProxy pointers
Cole Faust
2024-12-18
Add GetDirectDepProxyWithTag with some refactoring work.
Yu Liu
2024-12-17
Remove GetDirectDep and getDirectDepFirstTag that no one uses.
Yu Liu
2024-12-17
Convert GeneratorBuildActions, GeneratorSources,
Yu Liu
2024-12-05
Convert checkStaticLinkingToStubLibraries to use module proxy.
Yu Liu
2024-11-13
Use VisitAllModuleVariantProxies in generateModuleTarget.
Yu Liu
2024-11-12
Use VisitDirectDepsProxy in aconfigUpdateAndroidBuildActions,
Yu Liu
2024-11-12
Change GetModuleFromPathDep to use ModuleProxy.
Yu Liu
2024-11-07
Replace FinalModule with IsFinalModule.
Yu Liu
2024-11-06
Merge "Verify that libraries in apexes don't link to implementations outside ...
Colin Cross
2024-11-05
Verify that libraries in apexes don't link to implementations outside the apex
Colin Cross
2024-11-01
Add a neverallow rule for prebuilt_* module types
Jihoon Kang
2024-10-10
Add a few module visiting methods that return ModuleProxy.
Yu Liu
2024-10-07
Add ModuleProxy that should be used when visiting deps.
Yu Liu
2024-09-27
Merge "Prevent adding new modules after the defaults mutator" into main
Treehugger Robot
2024-09-27
Prevent adding new modules after the defaults mutator
Cole Faust
2024-09-27
Remove blueprint.Module helper functions
Colin Cross
2024-09-11
Add HasMutatorFinished
Cole Faust
2024-05-08
Merge "Revert^2 "Remove compilation actions from java sdk library"" into main
Treehugger Robot
2024-05-08
Revert^2 "Remove compilation actions from java sdk library"
Jihoon Kang
2024-05-02
Make the enabled property configurable
Cole Faust
2024-04-11
Update the ConfigurableEvaluator for typed selects
Cole Faust
2024-03-25
Implement OtherModulePropertyErrorf proxies
Cole Faust
2024-03-25
Add the ability to select on arch
Cole Faust
2024-03-20
Add required, host_required, and target_required as dependencies
Jiyong Park
2024-03-14
Make select statements work on path properties
Cole Faust
2024-01-24
Merge changes from topic "transition-mutator-config" into main
Colin Cross
2024-01-24
Split ArchMutatorContext out of BaseMutatorContext
Colin Cross
2024-01-19
Add VisitDirectDepsIgnoreBlueprint
LaMont Jones
2023-12-22
Reland "Remove non-generic provider APIs"
Colin Cross
2023-12-20
Revert "Remove non-generic provider APIs"
Colin Cross
2023-12-14
Remove non-generic provider APIs
Colin Cross
2023-12-14
Use generics for providers API
Colin Cross
2023-12-08
Remove infrastructure to run bp2build
Colin Cross
2023-11-15
Split *ModuleContext out of module.go
Colin Cross