Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex.go576 type apexFile struct { struct
578 builtFile android.Path
579 installDir string
580 partition string
581 customStem string
582 symlinks []string // additional symlinks
584 checkbuildTarget android.Path
589 androidMkModuleName string // becomes LOCAL_MODULE
590 class apexFileClass // becomes LOCAL_MODULE_CLASS
591 moduleDir string // becomes LOCAL_PATH
[all …]
Dandroidmk.go66 func (a *apexBundle) fullModuleName(apexBundleName string, linkToSystemLib bool, fi *apexFile) stri…
Dbuilder.go527 func shouldApplyAssembleVintf(fi apexFile) bool {