Skip to content

Commit

Permalink
Remove is_android_appliance flag
Browse files Browse the repository at this point in the history
No longer used, can be safely removed.

Bug: 194794576
Test: local build
Change-Id: Iffff71f6342194d7d31c6728eb70a8254abefa9b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3154704
Commit-Queue: Luke Halliwell <halliwell@chromium.org>
Reviewed-by: Luke Halliwell <halliwell@chromium.org>
Cr-Commit-Position: refs/heads/main@{#920752}
  • Loading branch information
Brett Kilty authored and Chromium LUCI CQ committed Sep 13, 2021
1 parent f33384a commit f506a76
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion chromecast/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,6 @@ buildflag_header("chromecast_buildflags") {
"ENABLE_EXTERNAL_MOJO_SERVICES=$enable_external_mojo_services",
"ENABLE_PLAYREADY=$enable_playready",
"ENABLE_VIDEO_CAPTURE_SERVICE=$enable_video_capture_service",
"IS_ANDROID_APPLIANCE=$is_android_appliance",
"IS_CAST_AUDIO_ONLY=$is_cast_audio_only",
"IS_CAST_DESKTOP_BUILD=$is_cast_desktop_build",
"IS_SINGLE_VOLUME=$is_single_volume",
Expand Down
3 changes: 0 additions & 3 deletions chromecast/chromecast.gni
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ declare_args() {
# Set to true for builds targeting ARC.
is_android_arc = false

# Set true for builds targeting Android appliances.
is_android_appliance = false

# Set true if the platform works as a single volume device, mapping all
# volume streams to a single one.
is_single_volume = false
Expand Down

0 comments on commit f506a76

Please sign in to comment.