From 59037628f4232b98887738d3598a5567798d1809 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Mon, 10 Jun 2019 13:12:56 -0700 Subject: Add GenerateAndroidBuildActions to DefaultsModuleBase Add an empty GenerateAndroidBuildActiosn to DefaultsModuleBase so that every defaults module doesn't need to provide one. This will also allow adding an implementation in the next patch. Test: m checkbuild Change-Id: I13554bdb3a287c2f18e1efab74d4f08a1ba8620c --- apex/apex.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'apex/apex.go') 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() } -- cgit v1.2.3-59-g8ed1b