Merge "Deduplicate classLoaderContexts field between two structs."

This commit is contained in:
Treehugger Robot
2022-04-27 14:53:14 +00:00
committed by Gerrit Code Review

View File

@@ -442,9 +442,6 @@ type Module struct {
// manifest file to use instead of properties.Manifest // manifest file to use instead of properties.Manifest
overrideManifest android.OptionalPath overrideManifest android.OptionalPath
// map of SDK version to class loader context
classLoaderContexts dexpreopt.ClassLoaderContextMap
// list of plugins that this java module is exporting // list of plugins that this java module is exporting
exportedPluginJars android.Paths exportedPluginJars android.Paths