Searched refs:apexBundleName (Results 1 – 1 of 1) sorted by relevance
/build/soong/apex/ |
D | androidmk.go | 66 func (a *apexBundle) fullModuleName(apexBundleName string, linkToSystemLib bool, fi *apexFile) stri… 70 return fi.androidMkModuleName + "." + apexBundleName 77 func (a *apexBundle) androidMkForFiles(w io.Writer, apexBundleName, moduleDir string, argument 91 moduleName := a.fullModuleName(apexBundleName, linkToSystemLib, &fi) 124 pathForSymbol := filepath.Join("$(PRODUCT_OUT)", "apex", apexBundleName, fi.installDir)
|