Commit 433099ab authored by Sergey Ulanov's avatar Sergey Ulanov Committed by Commit Bot

Fuchsia: Enable packages in chromecast builds.

Fuchsia packages were not generated with is_chromecast=true. The problem
with library loading has been fixed, so there is no reason not to
generate packages anymore.

TBR=dpranke@chromium.org

Bug: 810069
Change-Id: I5ab66414bab4c6e9eab8c5dd12360656ba5e7d44
Reviewed-on: https://chromium-review.googlesource.com/1099995
Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Reviewed-by: default avatarKevin Marshall <kmarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#567107}
parent 3c1d6b60
......@@ -126,11 +126,6 @@ template("fuchsia_executable_runner") {
":${_gen_runner_target}",
":${_pkg_target}",
]
# Disable packaging for Chromecast builds. (https://crbug.com/810069)
if (is_chromecast) {
deps -= [ ":${_pkg_target}" ]
}
}
generate_runner_script(_archive_target) {
......
......@@ -262,11 +262,6 @@ template("test") {
":$_gen_runner_target",
":$_pkg_target",
]
# Disable packaging for Chromecast builds. (https://crbug.com/810069)
if (is_chromecast) {
deps -= [ ":${_pkg_target}" ]
}
}
# Makes the script which invokes the executable.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment