summaryrefslogtreecommitdiff
path: root/apex/apex_singleton.go
diff options
context:
space:
mode:
Diffstat (limited to 'apex/apex_singleton.go')
-rw-r--r--apex/apex_singleton.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/apex/apex_singleton.go b/apex/apex_singleton.go
index 2c2cb11d3..314ec8b37 100644
--- a/apex/apex_singleton.go
+++ b/apex/apex_singleton.go
@@ -97,6 +97,8 @@ func (s *apexDepsInfoSingleton) GenerateBuildActions(ctx android.SingletonContex
"new_allowed_deps": newAllowedDeps.String(),
},
})
+
+ ctx.Phony("apex-allowed-deps-check", s.allowedApexDepsInfoCheckResult)
}
func (s *apexDepsInfoSingleton) MakeVars(ctx android.MakeVarsContext) {