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:
Ulya Trafimovich
2020-06-03 11:40:45 +01:00
parent 4a19d08d39
commit 562c240185
7 changed files with 11 additions and 11 deletions

View File

@@ -150,7 +150,7 @@ func (d *DeviceHostConverter) ImplementationAndResourcesJars() android.Paths {
return d.implementationAndResourceJars
}
func (d *DeviceHostConverter) DexJar() android.Path {
func (d *DeviceHostConverter) DexJarBuildPath() android.Path {
return nil
}