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:
3
cc/cc.go
3
cc/cc.go
@@ -2060,9 +2060,6 @@ type Defaults struct {
|
||||
android.ApexModuleBase
|
||||
}
|
||||
|
||||
func (*Defaults) GenerateAndroidBuildActions(ctx android.ModuleContext) {
|
||||
}
|
||||
|
||||
// cc_defaults provides a set of properties that can be inherited by other cc
|
||||
// modules. A module can use the properties from a cc_defaults using
|
||||
// `defaults: ["<:default_module_name>"]`. Properties of both modules are
|
||||
|
Reference in New Issue
Block a user