diff options
| author | 2019-06-12 20:19:55 +0000 | |
|---|---|---|
| committer | 2019-06-12 20:19:55 +0000 | |
| commit | 72ea641dffd8b6d037d1529ea6946c726a624f14 (patch) | |
| tree | 23aa2259de0717b13259ee789fd80ec0ac8ce085 /apex/apex.go | |
| parent | 733728b42cfdf02ba8ecd41f17c470efdda7b4b8 (diff) | |
| parent | dc35e21124b684087aeb66fb74e9ca43f0e7c741 (diff) | |
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
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() } |