Home
last modified time | relevance | path

Searched refs:PathForModuleInstall (Results 1 – 4 of 4) sorted by relevance

/build/soong/java/
Djava.go445 …j.installFile = ctx.InstallFileName(common.PathForModuleInstall(ctx, "framework"), ctx.ModuleName(…
482 …ctx.InstallFile(common.PathForModuleInstall(ctx, "bin"), common.PathForModuleSrc(ctx, j.binaryProp…
529 …ctx.InstallFileName(common.PathForModuleInstall(ctx, "framework"), ctx.ModuleName()+".jar", j.clas…
Dapp.go155 ctx.InstallFileName(common.PathForModuleInstall(ctx, "app"), ctx.ModuleName()+".apk", a.outputFile)
/build/soong/common/
Dpaths.go620 func PathForModuleInstall(ctx AndroidModuleContext, paths ...string) OutputPath { func
/build/soong/cc/
Dcc.go1212 dir := common.PathForModuleInstall(ctx, subDir, installer.Properties.Relative_install_path)