aboutsummaryrefslogtreecommitdiffstats
path: root/apex
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2019-02-01 16:53:07 -0800
committerColin Cross <ccross@android.com>2019-02-01 17:17:58 -0800
commit5f692ec219cb0c46db8f8372ec41e8c35315dd70 (patch)
tree5bb25731a7ab374c44f354254cb70e27ae185b88 /apex
parenta74ca046dacd052e2fe717ba670b309044fe9d15 (diff)
downloadbuild_soong-5f692ec219cb0c46db8f8372ec41e8c35315dd70.tar.gz
build_soong-5f692ec219cb0c46db8f8372ec41e8c35315dd70.tar.bz2
build_soong-5f692ec219cb0c46db8f8372ec41e8c35315dd70.zip
Remove empty DepsMutator methods
Add an empty DepsMutator to ModuleBase so it doesn't have to be implemented on every module that doesn't need it. Test: all soong tests Change-Id: I545a832a0dbf27386d3080377a75ea482cd9ce59
Diffstat (limited to 'apex')
-rw-r--r--apex/key.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/apex/key.go b/apex/key.go
index 7e98d2b6..6d1032d3 100644
--- a/apex/key.go
+++ b/apex/key.go
@@ -19,6 +19,7 @@ import (
"io"
"android/soong/android"
+
"github.com/google/blueprint/proptools"
)
@@ -61,9 +62,6 @@ func (m *apexKey) installable() bool {
return m.properties.Installable == nil || proptools.Bool(m.properties.Installable)
}
-func (m *apexKey) DepsMutator(ctx android.BottomUpMutatorContext) {
-}
-
func (m *apexKey) GenerateAndroidBuildActions(ctx android.ModuleContext) {
if ctx.Config().FlattenApex() && !ctx.Config().UnbundledBuild() {
// Flattened APEXes are not signed