diff options
author | 2021-06-17 16:03:51 +0000 | |
---|---|---|
committer | 2021-06-17 16:03:51 +0000 | |
commit | 909a2fd055d0f1185d91ca7b2243745981f0e78e (patch) | |
tree | 94903cdab5f8ac799c6aeb3c5ca15960cf3c57c8 /java/bootclasspath_fragment.go | |
parent | 975e7572328d58264bf512f5ceb51cd62a5e8811 (diff) | |
parent | 58e7586b3d8fffa63b869c421a36c69fdd30a264 (diff) |
Merge "Cleanup bootclasspathFragmentInitContentsFromImage"
Diffstat (limited to 'java/bootclasspath_fragment.go')
-rw-r--r-- | java/bootclasspath_fragment.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/java/bootclasspath_fragment.go b/java/bootclasspath_fragment.go index 3ceffd2f9..fb6b47e1d 100644 --- a/java/bootclasspath_fragment.go +++ b/java/bootclasspath_fragment.go @@ -233,14 +233,6 @@ func bootclasspathFragmentInitContentsFromImage(ctx android.EarlyModuleContext, commonApex, apex) } } - - if len(contents) != 0 { - // Nothing to do. - return - } - - // Store the jars in the Contents property so that they can be used to add dependencies. - m.properties.Contents = modules.CopyOfJars() } // bootclasspathImageNameContentsConsistencyCheck checks that the configuration that applies to this |