diff options
Diffstat (limited to 'apex/apex.go')
| -rw-r--r-- | apex/apex.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apex/apex.go b/apex/apex.go index 41a21c92c..11b433c95 100644 --- a/apex/apex.go +++ b/apex/apex.go @@ -1295,9 +1295,6 @@ type Defaults struct { android.DefaultsModuleBase } -func (*Defaults) GenerateAndroidBuildActions(ctx android.ModuleContext) { -} - func defaultsFactory() android.Module { return DefaultsFactory() } |