From 562c240185dd4adcbdb75d2924c69657f6ac7cff Mon Sep 17 00:00:00 2001 From: Ulya Trafimovich Date: Wed, 3 Jun 2020 11:40:45 +0100 Subject: Rename DexJar interface method to DexJarBuildPath. This is a prerequisite change before adding DexJarInstallPath. Test: lunch aosp_cf_phone-userdebug && m Change-Id: I033e08b8bb06c0a844a6bbbfcdc48ce33e9c95cf --- java/device_host_converter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/device_host_converter.go') 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 } -- cgit v1.2.3-59-g8ed1b