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:
satayev
2021-06-15 16:21:17 +01:00
parent c4dc9b4f08
commit 142ed27e32
4 changed files with 9 additions and 13 deletions

View File

@@ -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;