Searched refs:apexBundleName (Results 1 – 2 of 2) sorted by relevance
/build/soong/apex/ |
D | androidmk.go | 67 func (a *apexBundle) fullModuleName(apexBundleName string, fi *apexFile) string { 73 return fi.androidMkModuleName + "." + apexBundleName + a.suffix 76 func (a *apexBundle) androidMkForFiles(w io.Writer, apexBundleName, apexName, moduleDir string, argument 111 linkPath := filepath.Join(a.installDir.ToMakePath().String(), apexBundleName, fi.path()) 123 moduleName := a.fullModuleName(apexBundleName, &fi) 159 modulePath = filepath.Join(a.installDir.ToMakePath().String(), apexBundleName, fi.installDir) 325 func (a *apexBundle) writeRequiredModules(w io.Writer, apexBundleName string) { 334 …installMapSet[a.fullModuleName(apexBundleName, &fi)+":"+fi.installDir+"/"+fi.builtFile.Base()] = t…
|
D | apex.go | 1060 apexBundleName := ai.ApexVariationName() 1061 mctx.CreateVariations(apexBundleName) 1062 if strings.HasPrefix(apexBundleName, "com.android.art") { 1070 mctx.CreateAliasVariation("", apexBundleName) 1073 apexBundleName := o.GetOverriddenModuleName() 1074 if apexBundleName == "" { 1085 mctx.CreateVariations(apexBundleName) 1086 if strings.HasPrefix(apexBundleName, "com.android.art") { 1088 mctx.CreateAliasVariation("", apexBundleName)
|