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
This commit is contained in:
Colin Cross
2019-06-10 13:12:56 -07:00
parent b6fd6f75f2
commit 59037628f4
7 changed files with 3 additions and 18 deletions

View File

@@ -2131,9 +2131,6 @@ type Defaults struct {
android.DefaultsModuleBase
}
func (*Defaults) GenerateAndroidBuildActions(ctx android.ModuleContext) {
}
// java_defaults provides a set of properties that can be inherited by other java or android modules.
//
// A module can use the properties from a java_defaults module using `defaults: ["defaults_module_name"]`. Each