Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/java/
H A Ddexpreopt.go49 type dexpreopterInstall struct { struct
52 name string
55 moduleName string
58 outputPathOnHost android.Path
61 installDirOnDevice android.InstallPath
64 installFileOnDevice string
68 func (install *dexpreopterInstall) FullModuleName() string {
73 func (install *dexpreopterInstall) SubModuleName() string {
81 func (install dexpreopterInstall) ToMakeEntries() android.AndroidMkEntries {