Home
last modified time | relevance | path

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

123

/build/soong/java/
Dtradefed.go34 installedPath := ctx.InstallFile(android.PathForModuleInstall(ctx, "tradefed"),
Dapp_set.go181 installDir = android.PathForModuleInstall(ctx, "priv-app", as.BaseModuleName())
183 installDir = android.PathForModuleInstall(ctx, "app", as.BaseModuleName())
Dravenwood.go213 installPath := android.PathForModuleInstall(ctx, r.BaseModuleName())
359 installPath := android.PathForModuleInstall(ctx, r.BaseModuleName())
373 …soInstallPath := android.PathForModuleInstall(ctx, r.BaseModuleName()).Join(ctx, getLibPath(r.forc…
Dplatform_compat_config.go137 p.installDirPath = android.PathForModuleInstall(ctx, "etc", "compatconfig")
138 p.installConfigFile = android.PathForModuleInstall(ctx, "etc", "compatconfig", p.configFile.Base())
Dclasspath_fragment.go170 c.installDirPath = android.PathForModuleInstall(ctx, "etc", "classpaths")
/build/soong/android/
Dremoved_package.go59 ctx.InstallFile(PathForModuleInstall(ctx, "removed_module"), ctx.ModuleName(), out)
Dvintf_fragment.go75 m.installDirPath = PathForModuleInstall(ctx, "etc", "vintf", "manifest")
Dprebuilt_build_tool.go78 packagingDir := PathForModuleInstall(ctx, t.BaseModuleName())
Drecovery_build_prop.go111 r.installPath = PathForModuleInstall(ctx)
Dvintf_data.go151 m.installDirPath = PathForModuleInstall(ctx, "etc", "vintf")
Ddeptag_test.go37 ctx.InstallFile(PathForModuleInstall(ctx), ctx.ModuleName(), outputFile)
Dpaths_test.go807 output := PathForModuleInstall(tc.ctx, tc.in...)
872 output := PathForModuleInstall(tc.ctx, tc.in...)
900 actual := PathForModuleInstall(ctx, "foo", "bar")
1563 p := PathForModuleInstall(ctx, "install/path")
1567 p := PathForModuleInstall(ctx, "install/path")
1581 PathForModuleInstall(ctx, "install/path"),
Dbuild_prop.go191 p.installPath = PathForModuleInstall(ctx, proptools.String(p.properties.Relative_install_path))
/build/soong/aconfig/build_flags/
Dbuild_flags.go62 installPath := android.PathForModuleInstall(ctx, "etc")
/build/soong/etc/
Dadb_keys.go56 m.installPath = android.PathForModuleInstall(ctx, "etc/security")
Davbpubkey.go71 m.installPath = android.PathForModuleInstall(ctx, "etc/security/avb")
Dinstall_symlink.go85 installDir := android.PathForModuleInstall(ctx, filepath.Dir(m.properties.Installed_location))
Dotacerts_zip.go136 …installPath := android.PathForModuleInstall(ctx, "etc", proptools.String(m.properties.Relative_ins…
/build/soong/filesystem/
Draw_binary.go86 r.installDir = android.PathForModuleInstall(ctx, "etc")
Davb_add_hash_footer.go150 a.installDir = android.PathForModuleInstall(ctx, "etc")
/build/soong/golang/
Dgolang.go100 …installPath := ctx.InstallFile(android.PathForModuleInstall(ctx, "bin"), ctx.ModuleName(), outputF…
/build/soong/android_sdk/
Dsdk_repo_host.go133 android.PathForModuleInstall(ctx, "sdk-repo").String() + "/",
240 installPath := android.PathForModuleInstall(ctx, "sdk-repo")
/build/soong/cc/
Dinstaller.go97 return android.PathForModuleInstall(ctx, dir, installer.subDir,
Dllndk_library.go145 installPath := android.PathForModuleInstall(ctx, "etc")
/build/soong/linkerconfig/
Dlinkerconfig.go82 l.installDirPath = android.PathForModuleInstall(ctx, "etc")

123