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
/
singleton.go
Age
Commit message (
Expand
)
Author
2025-02-26
Convert tidyPhonySingleton, jdepsGeneratorSingleton and
Yu Liu
2025-02-25
Convert ndkSingleton, apexDepsInfoSingleton, allTeamsSingleton,
Yu Liu
2025-02-19
Convert stubLibraries, soongMetricsSingleton, sdkSingleton,
Yu Liu
2025-02-11
Allow calling ctx.DistForGoal from Singletons
Cole Faust
2024-11-07
Replace FinalModule with IsFinalModule.
Yu Liu
2024-11-06
Collect kythe, obj and tidy files using ModuleProxy.
Yu Liu
2024-09-11
Add HasMutatorFinished
Cole Faust
2024-08-19
Add phonies as provider instead of updaing a global map.
Yu Liu
2024-08-12
Merge SingletonProviderContext with OtherModuleProviderContext
Yu Liu
2024-05-02
Make the enabled property configurable
Cole Faust
2024-03-25
Implement OtherModulePropertyErrorf proxies
Cole Faust
2024-03-20
Add more specific partition visibility rules
Cole Faust
2024-02-07
Add //visibility:any_partition
Cole Faust
2024-01-18
Remove SymlinkOutputs
Cole Faust
2023-12-14
Convert ModuleProvder to generic providers API
Colin Cross
2023-12-14
Use generics for providers API
Colin Cross
2022-05-20
Fix bug: allow multiple gen_notice modules.
Bob Badour
2022-05-18
Add gen_notice module.
Bob Badour
2021-08-27
Rename BuildDir and NinjaBuildDir.
Lukacs T. Berki
2020-10-19
Add symlink_outputs support to Soong.
Jingwen Chen
2020-09-17
Add providers support
Colin Cross
2020-06-09
Define Soong phony rules in Make
Colin Cross
2020-03-31
Fix RuleBuilder remoteable actions running in the local pool.
Ramy Medhat
2020-01-24
Create a highmem pool and put metalava into it
Colin Cross
2020-01-11
Sandbox soong_build by changing to root directory
Colin Cross
2020-01-10
Revert "Sandbox soong_build by changing to root directory"
Colin Cross
2020-01-09
Sandbox soong_build by changing to root directory
Colin Cross
2019-11-05
Run non-RBE supported actions in the local pool when USE_RBE is set.
Ramy Medhat
2019-10-17
Merge "Add SingletonContext::VisitDirectDepths[If] to Android proxy."
Treehugger Robot
2019-10-16
Add SingletonContext::VisitDirectDepths[If] to Android proxy.
Mitch Phillips
2019-10-01
Use localPool consistently for UseGoma() == true
Colin Cross
2019-03-05
Support testing Rules in Modules and Rules and Builds in Singletons
Colin Cross
2019-02-07
Make MakeVarsContext a PathContext
Colin Cross
2018-09-28
Add phony targets for go binary modules
Colin Cross
2018-06-22
Use WalkDeps instead of VisitDepsDepthFirst
Colin Cross
2017-12-12
Make SingletonContext.Rule take a blueprint.RuleParams
Colin Cross
2017-11-30
Make *Context.Config return a Config instead of a interface{}
Colin Cross
2017-11-29
Wrap PackageContext and SingletonContext
Colin Cross