diff options
author | 2020-06-03 11:40:45 +0100 | |
---|---|---|
committer | 2020-06-03 11:40:45 +0100 | |
commit | 562c240185dd4adcbdb75d2924c69657f6ac7cff (patch) | |
tree | e98ec8ccea2fc7974028b859a6e92d1be6ee5896 /java/device_host_converter.go | |
parent | 4a19d08d39f85403708111dbe44bdd1174959566 (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.go | 2 |
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 } |