Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex.go525 type apexFile struct { struct
527 builtFile android.Path
528 installDir string
529 partition string
530 customStem string
531 symlinks []string // additional symlinks
536 androidMkModuleName string // becomes LOCAL_MODULE
537 class apexFileClass // becomes LOCAL_MODULE_CLASS
538 moduleDir string // becomes LOCAL_PATH
539 requiredModuleNames []string // becomes LOCAL_REQUIRED_MODULES
[all …]
Dandroidmk.go66 func (a *apexBundle) fullModuleName(apexBundleName string, linkToSystemLib bool, fi *apexFile) stri…
Dbuilder.go487 func isVintfFragment(fi apexFile) bool {