diff options
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 } |