summaryrefslogtreecommitdiff
path: root/android/singleton.go
AgeCommit message (Expand)Author
2024-05-02Make the enabled property configurable Cole Faust
2024-03-25Implement OtherModulePropertyErrorf proxies Cole Faust
2024-03-20Add more specific partition visibility rules Cole Faust
2024-02-07Add //visibility:any_partition Cole Faust
2024-01-18Remove SymlinkOutputs Cole Faust
2023-12-14Convert ModuleProvder to generic providers API Colin Cross
2023-12-14Use generics for providers API Colin Cross
2022-05-20Fix bug: allow multiple gen_notice modules. Bob Badour
2022-05-18Add gen_notice module. Bob Badour
2021-08-27Rename BuildDir and NinjaBuildDir. Lukacs T. Berki
2020-10-19Add symlink_outputs support to Soong. Jingwen Chen
2020-09-17Add providers support Colin Cross
2020-06-09Define Soong phony rules in Make Colin Cross
2020-03-31Fix RuleBuilder remoteable actions running in the local pool. Ramy Medhat
2020-01-24Create a highmem pool and put metalava into it Colin Cross
2020-01-11Sandbox soong_build by changing to root directory Colin Cross
2020-01-10Revert "Sandbox soong_build by changing to root directory" Colin Cross
2020-01-09Sandbox soong_build by changing to root directory Colin Cross
2019-11-05Run non-RBE supported actions in the local pool when USE_RBE is set. Ramy Medhat
2019-10-17Merge "Add SingletonContext::VisitDirectDepths[If] to Android proxy." Treehugger Robot
2019-10-16Add SingletonContext::VisitDirectDepths[If] to Android proxy. Mitch Phillips
2019-10-01Use localPool consistently for UseGoma() == true Colin Cross
2019-03-05Support testing Rules in Modules and Rules and Builds in Singletons Colin Cross
2019-02-07Make MakeVarsContext a PathContext Colin Cross
2018-09-28Add phony targets for go binary modules Colin Cross
2018-06-22Use WalkDeps instead of VisitDepsDepthFirst Colin Cross
2017-12-12Make SingletonContext.Rule take a blueprint.RuleParams Colin Cross
2017-11-30Make *Context.Config return a Config instead of a interface{} Colin Cross
2017-11-29Wrap PackageContext and SingletonContext Colin Cross