From 6362e278481ea0cb14d31cd7fd3760116b6d7643 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Thu, 29 Oct 2015 15:25:03 -0700 Subject: 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 --- Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index 914d6734..abae680c 100644 --- a/Android.bp +++ b/Android.bp @@ -95,6 +95,7 @@ bootstrap_go_package { "common/env.go", "common/glob.go", "common/module.go", + "common/mutator.go", "common/paths.go", "common/util.go", "common/variable.go", -- cgit v1.2.3