Merge changes Ia17b2bcb,Ic71892c3,Id2b23b9e,I435ee7aa,I85112506, ...

* changes:
  Consolidate *MutatorContext and ModuleContext into BaseModuleContext
  Add test for missing defaults modules with AllowMissingDependencies
  Capture missing dependency error rules
  Share buildDir for android/soong/android tests
  Reimplement AddMissingDependencies
  Add GenerateAndroidBuildActions to DefaultsModuleBase
This commit is contained in:
Colin Cross
2019-06-12 20:19:55 +00:00
committed by Gerrit Code Review
23 changed files with 495 additions and 346 deletions

View File

@@ -1808,9 +1808,6 @@ type DocDefaults struct {
android.DefaultsModuleBase
}
func (*DocDefaults) GenerateAndroidBuildActions(ctx android.ModuleContext) {
}
func DocDefaultsFactory() android.Module {
module := &DocDefaults{}