Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex.go483 type apexFile struct { struct
485 builtFile android.Path
486 installDir string
487 customStem string
488 symlinks []string // additional symlinks
493 androidMkModuleName string // becomes LOCAL_MODULE
494 class apexFileClass // becomes LOCAL_MODULE_CLASS
495 moduleDir string // becomes LOCAL_PATH
496 requiredModuleNames []string // becomes LOCAL_REQUIRED_MODULES
497 targetRequiredModuleNames []string // becomes LOCAL_TARGET_REQUIRED_MODULES
[all …]
Dandroidmk.go67 func (a *apexBundle) fullModuleName(apexBundleName string, fi *apexFile) string {