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