Skip to content

Commit

Permalink
Build default cobalt target
Browse files Browse the repository at this point in the history
  • Loading branch information
niranjanyardi committed Oct 22, 2024
1 parent d4f184e commit 9976785
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/config/linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"gin_unittests",
"blink_unittests",
"content_shell",
"starboard/libstarboard.so.17"
"cobalt:gn_all"
],
"includes": [
{
Expand Down
6 changes: 4 additions & 2 deletions cobalt/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# limitations under the License.

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

0 comments on commit 9976785

Please sign in to comment.