diff options
author | 2019-06-12 20:19:55 +0000 | |
---|---|---|
committer | 2019-06-12 20:19:55 +0000 | |
commit | 72ea641dffd8b6d037d1529ea6946c726a624f14 (patch) | |
tree | 23aa2259de0717b13259ee789fd80ec0ac8ce085 /java/java.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 'java/java.go')
-rw-r--r-- | java/java.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/java/java.go b/java/java.go index fee262d83..a1addb38c 100644 --- a/java/java.go +++ b/java/java.go @@ -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 |