Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
niranjanyardi committed Oct 22, 2024
1 parent 9976785 commit 38736c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -838,9 +838,7 @@ group("gn_all") {
deps += [ "//components/cronet:cronet_tests" ]
}
}
if (is_cobalt) {
deps += [ "//cobalt:gn_all" ]
}
deps += [ "//cobalt:gn_all" ]
}

# All Rust targets. This is provided for convenience while developing Rust to
Expand Down
1 change: 0 additions & 1 deletion cobalt/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

group("gn_all") {
if (is_cobalt) {
# TODO(b/371589344): Fix android build configs.
deps = [ "//starboard($starboard_toolchain)" ]
}
}

0 comments on commit 38736c1

Please sign in to comment.