Searched refs:installFile (Results 1 – 4 of 4) sorted by relevance
/build/soong/java/ |
D | java.go | 452 installFile android.Path member 1860 return j.installFile 2027 j.installFile = ctx.InstallFile(android.PathForModuleInstall(ctx, "framework"), 2484 jarFile := ctx.PrimaryModule().(*Binary).installFile
|
D | app.go | 81 installFile string member 106 return as.installFile 142 as.installFile = as.BaseModuleName() + ".apk"
|
D | androidmk.go | 107 if library.installFile == nil {
|
/build/soong/android/ |
D | module.go | 2030 return m.installFile(installPath, name, srcPath, Cp, deps) 2035 return m.installFile(installPath, name, srcPath, CpExecutable, deps) 2038 func (m *moduleContext) installFile(installPath InstallPath, name string, srcPath Path, func
|