Commit 661a646f authored by David Rees's avatar David Rees Committed by Commit Bot

[Fuchsia] Always use dummy reboot on Fuchsia regardless of branding.

Bug: 152233113
Change-Id: I5a4a55c9e9bee40ca29b1089757a2eee4a5d2a76
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118691Reviewed-by: default avatarYuchen Liu <yucliu@chromium.org>
Commit-Queue: David Rees <drees@google.com>
Cr-Commit-Position: refs/heads/master@{#753096}
parent 2ad7944c
...@@ -13,7 +13,7 @@ cast_source_set("reboot_util") { ...@@ -13,7 +13,7 @@ cast_source_set("reboot_util") {
deps = [ "//base" ] deps = [ "//base" ]
if (chromecast_branding == "google") { if (chromecast_branding == "google" && !is_fuchsia) {
deps += [ "//chromecast/internal/system/reboot:reboot_util" ] deps += [ "//chromecast/internal/system/reboot:reboot_util" ]
} else { } else {
sources += [ "reboot_util_dummy.cc" ] sources += [ "reboot_util_dummy.cc" ]
......
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