aboutsummaryrefslogtreecommitdiffstats
path: root/register.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove EarlyMutators and DynamicDependenciesColin Cross2015-11-031-8/+18
| | | | | | | | | | EarlyMutators are identical to BottomUpMutators, except they run before DynamicDependencies. DynamicDependencies can be replaced with a BottomUpMutator. Replace both EarlyMutators and DynamicDependencies with BottomUpMutators, which allows setting the order between all mutators through registration order. Change-Id: Id1305d798d3d2da592061c89d7c10a71780b71a3
* use init functions to register module types, etc.Colin Cross2015-07-091-0/+68
Instead of putting all the blueprint registrations in soong_build, put them all in init() functions. This puts the registration next to the implementation. Change-Id: Ide1a749518f5e9d1367a18ab3bb1d91da3310c76