Revert^2 "Rename DexJar interface method to DexJarBuildPath."
This reverts commit b0dc851ff4
.
Reason for revert: relanding original change. Build failures were
caused by a race with another CL: https://r.android.com/1320920
Test: lunch aosp_cf_x86_phone-userdebug && m
Change-Id: Ic9016582dae7773b4d4f84a63425f1ef7a5d061f
This commit is contained in:
committed by
Ulya Trafimovich
parent
c55b679e7b
commit
5539e7b568
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user