Home
last modified time | relevance | path

Searched defs:dexpreopterInstall (Results 1 – 1 of 1) sorted by relevance

/build/soong/java/
Ddexpreopt.go46 type dexpreopterInstall struct { struct
49 name string
52 moduleName string
55 outputPathOnHost android.Path
58 installDirOnDevice android.InstallPath
61 installFileOnDevice string
65 func (install *dexpreopterInstall) FullModuleName() string {
70 func (install *dexpreopterInstall) SubModuleName() string {
78 func (install dexpreopterInstall) ToMakeEntries() android.AndroidMkEntries {