commit | 6362e278481ea0cb14d31cd7fd3760116b6d7643 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Oct 29 15:25:03 2015 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Nov 03 15:46:08 2015 -0800 |
tree | 16221aa2499c2e6ec896c3a87645b441a57c07e8 | |
parent | 06a931bdb6228bdbe425696b01e27522f4b00d71 [diff] |
Remove EarlyMutators and DynamicDependencies 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