Rename DexJar interface method to DexJarBuildPath.
This is a prerequisite change before adding DexJarInstallPath. Test: lunch aosp_cf_phone-userdebug && m Change-Id: I033e08b8bb06c0a844a6bbbfcdc48ce33e9c95cf
This commit is contained in:
@@ -730,7 +730,7 @@ func (a *AARImport) ImplementationAndResourcesJars() android.Paths {
|
||||
return android.Paths{a.classpathFile}
|
||||
}
|
||||
|
||||
func (a *AARImport) DexJar() android.Path {
|
||||
func (a *AARImport) DexJarBuildPath() android.Path {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user