Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex.go441 type apexFile struct { struct
443 builtFile android.Path
444 noticeFiles android.Paths
445 installDir string
446 customStem string
447 symlinks []string // additional symlinks
452 androidMkModuleName string // becomes LOCAL_MODULE
453 class apexFileClass // becomes LOCAL_MODULE_CLASS
454 moduleDir string // becomes LOCAL_PATH
455 requiredModuleNames []string // becomes LOCAL_REQUIRED_MODULES
[all …]
Dandroidmk.go67 func (a *apexBundle) fullModuleName(apexBundleName string, fi *apexFile) string {