Home
last modified time | relevance | path

Searched refs:installFile (Results 1 – 8 of 8) sorted by relevance

/build/soong/java/
Dravenwood.go141 for _, installFile := range utils.FilesToInstall() {
142 installDeps = append(installDeps, installFile)
151 for _, installFile := range runtime.FilesToInstall() {
152 installDeps = append(installDeps, installFile)
Drobolectric.go270 …r.installFile = ctx.InstallFile(installPath, ctx.ModuleName()+".jar", r.combinedJar, installDeps..…
Dsdk_library.go2692 installFile android.Path member
2968 module.installFile = android.PathForModuleInstall(ctx, "framework", module.Stem()+".jar")
3029 module.installFile = installPath
3089 return module.installFile
Dandroidmk.go97 if library.installFile == nil {
Dbase.go480 installFile android.Path member
2027 return j.installFile
Djava.go1006 j.installFile = ctx.InstallFile(installDir, j.Stem()+".jar", j.outputFile, extraInstallDeps...)
/build/soong/android/
Dmodule_context.go468 return m.installFile(installPath, name, srcPath, deps, false, true, nil)
473 return m.installFile(installPath, name, srcPath, deps, true, true, nil)
478 return m.installFile(installPath, name, srcPath, deps, false, true, &extraFilesZip{
510 func (m *moduleContext) installFile(installPath InstallPath, name string, srcPath Path, deps []Inst… func
686 installed := m.installFile(installPath, relPath, d.SrcPath, nil, false, false, nil)
Dmodule_test.go212 installFile := ctx.InstallFile(PathForModuleInstall(ctx), ctx.ModuleName(), outputFile)
213 ctx.InstallSymlink(PathForModuleInstall(ctx, "symlinks"), ctx.ModuleName(), installFile)