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 834651f54..efd13b8d3 100644 --- a/java/device_host_converter.go +++ b/java/device_host_converter.go @@ -151,7 +151,7 @@ func (d *DeviceHostConverter) ImplementationAndResourcesJars() android.Paths { return d.implementationAndResourceJars } -func (d *DeviceHostConverter) DexJarBuildPath() android.Path { +func (d *DeviceHostConverter) DexJarBuildPath(ctx android.ModuleErrorfContext) android.Path { return nil } |