Home
last modified time | relevance | path

Searched refs:apexBundleName (Results 1 – 3 of 3) sorted by relevance

/build/soong/apex/
Dandroidmk.go39 func (a *apexBundle) androidMkForFiles(w io.Writer, apexBundleName, apexName, moduleDir string) []s… argument
72 linkPath := filepath.Join(a.installDir.ToMakePath().String(), apexBundleName, fi.Path())
92 moduleName = fi.androidMkModuleName + "." + apexBundleName + a.suffix
116 modulePath = filepath.Join(a.installDir.ToMakePath().String(), apexBundleName, fi.installDir)
Dbuilder.go682 apexBundleName := a.Name()
683 a.outputFile = android.PathForModuleInstall(&factx, "apex", apexBundleName)
686 installPath := android.PathForModuleInstall(ctx, "apex", apexBundleName)
688 addFlattenedFileContextsInfos(ctx, apexBundleName+":"+devicePath+":"+a.fileContexts.String())
724 apexBundleName := a.Name()
726 dir := filepath.Join("apex", apexBundleName, fi.installDir)
Dapex.go799 apexBundleName := mctx.ModuleName()
800 mctx.CreateVariations(apexBundleName)
802 apexBundleName := o.GetOverriddenModuleName()
803 if apexBundleName == "" {
807 mctx.CreateVariations(apexBundleName)