Rename ClasspathFragmentToConfiguredJarList methods to configuredJars.
They are internal implementation details of individual fragments. Bug: 191127295 Test: m Change-Id: Ib350135f5f6720741492f362f7b3203e5107772e
This commit is contained in:
@@ -52,10 +52,6 @@ type classpathFragment interface {
|
||||
android.Module
|
||||
|
||||
classpathFragmentBase() *ClasspathFragmentBase
|
||||
|
||||
// ClasspathFragmentToConfiguredJarList returns android.ConfiguredJarList representation of all
|
||||
// the jars in this classpath fragment.
|
||||
ClasspathFragmentToConfiguredJarList(ctx android.ModuleContext) android.ConfiguredJarList
|
||||
}
|
||||
|
||||
// ClasspathFragmentBase is meant to be embedded in any module types that implement classpathFragment;
|
||||
|
Reference in New Issue
Block a user