Searched defs:apexFile (Results 1 – 3 of 3) sorted by relevance
576 type apexFile struct { struct578 builtFile android.Path579 installDir string580 partition string581 customStem string582 symlinks []string // additional symlinks584 checkbuildTarget android.Path589 androidMkModuleName string // becomes LOCAL_MODULE590 class apexFileClass // becomes LOCAL_MODULE_CLASS591 moduleDir string // becomes LOCAL_PATH[all …]
66 func (a *apexBundle) fullModuleName(apexBundleName string, linkToSystemLib bool, fi *apexFile) stri…
527 func shouldApplyAssembleVintf(fi apexFile) bool {