summaryrefslogtreecommitdiff
path: root/java/device_host_converter.go
diff options
context:
space:
mode:
author Ulya Trafimovich <skvadrik@google.com> 2020-06-03 11:40:45 +0100
committer Ulya Trafimovich <skvadrik@google.com> 2020-06-03 11:40:45 +0100
commit562c240185dd4adcbdb75d2924c69657f6ac7cff (patch)
treee98ec8ccea2fc7974028b859a6e92d1be6ee5896 /java/device_host_converter.go
parent4a19d08d39f85403708111dbe44bdd1174959566 (diff)
Rename DexJar interface method to DexJarBuildPath.
This is a prerequisite change before adding DexJarInstallPath. Test: lunch aosp_cf_phone-userdebug && m Change-Id: I033e08b8bb06c0a844a6bbbfcdc48ce33e9c95cf
Diffstat (limited to 'java/device_host_converter.go')
-rw-r--r--java/device_host_converter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/device_host_converter.go b/java/device_host_converter.go
index b40ab9316..1ffb13f94 100644
--- a/java/device_host_converter.go
+++ b/java/device_host_converter.go
@@ -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
}