Clear remains of java.Dependency interface.
Test: TreeHugger Change-Id: If9dab2022a308b776d7ad760a61f0db97509b9b2
This commit is contained in:
@@ -146,14 +146,6 @@ func (d *DeviceHostConverter) HeaderJars() android.Paths {
|
||||
return d.headerJars
|
||||
}
|
||||
|
||||
func (d *DeviceHostConverter) ImplementationJars() android.Paths {
|
||||
return d.implementationJars
|
||||
}
|
||||
|
||||
func (d *DeviceHostConverter) ResourceJars() android.Paths {
|
||||
return d.resourceJars
|
||||
}
|
||||
|
||||
func (d *DeviceHostConverter) ImplementationAndResourcesJars() android.Paths {
|
||||
return d.implementationAndResourceJars
|
||||
}
|
||||
@@ -174,14 +166,6 @@ func (d *DeviceHostConverter) ClassLoaderContexts() dexpreopt.ClassLoaderContext
|
||||
return nil
|
||||
}
|
||||
|
||||
func (d *DeviceHostConverter) ExportedPlugins() (android.Paths, []string, bool) {
|
||||
return nil, nil, false
|
||||
}
|
||||
|
||||
func (d *DeviceHostConverter) SrcJarArgs() ([]string, android.Paths) {
|
||||
return d.srcJarArgs, d.srcJarDeps
|
||||
}
|
||||
|
||||
func (d *DeviceHostConverter) JacocoReportClassesFile() android.Path {
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user