Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions tools/fuchsia/gn-sdk/pm_tool.gni
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import("config/config.gni")
# Parameters
# package_name - defaults to target_name
# archive_manifest - required
# version [optional]
# The package version. Defaults to 0.
# command - the packaging step to perform valid steps are build, archive
#
# Forwarded parameters
Expand Down Expand Up @@ -45,11 +43,6 @@ template("fuchsia_pm_tool") {
package_name = invoker.package_name
}

version = "0"
if (defined(invoker.version)) {
version = invoker.version
}

# tool path
_pm_tool_path = "${fuchsia_tool_dir}/pm"
script = "//build/gn_run_binary.py"
Expand Down Expand Up @@ -89,8 +82,6 @@ template("fuchsia_pm_tool") {
rebase_path(archive_manifest, root_build_dir),
"-n",
package_name,
"-version",
version,
]
if (command == "build") {
args += [
Expand Down