Cleanup bootclasspathFragmentInitContentsFromImage am: 360f8359f3
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/soong/+/15027893 Change-Id: Ic9131f97aad43ec537684bf720b71fa66015c318
This commit is contained in:
commit
ac924b5d7d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue