Skip to content

Commit

Permalink
Remove sb_is_modular from base_configuration.gni (#1457)
Browse files Browse the repository at this point in the history
b/295399926

sb_is_modular shouldn't be set by the platform, it's a derived flag
already defined in another location.

(cherry picked from commit 19e5854)
  • Loading branch information
niranjanyardi committed Sep 20, 2023
1 parent 89532fe commit 57b1408
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions starboard/build/config/base_configuration.gni
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ declare_args() {
# Directory path to static contents' data.
sb_static_contents_output_data_dir = "$root_out_dir/content/data"

# Whether this is a modular build.
sb_is_modular = false

# Whether this is an Evergreen build.
sb_is_evergreen = false

Expand Down

0 comments on commit 57b1408

Please sign in to comment.