Skip to content

Commit

Permalink
Add minimal changes to make ozone depend on starboard
Browse files Browse the repository at this point in the history
  • Loading branch information
niranjanyardi committed Oct 23, 2024
1 parent d0ddade commit 114f101
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions cobalt/build/configs/linux-cobalt-x64x11/args.gn
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ enable_nacl = false
use_dawn = false
skia_use_dawn = false

# Disable v8 snapshot tool
# See b/375241133 for error generated.
use_v8_context_snapshot = false

# enable_vulkan=false

use_ozone = true
Expand Down
2 changes: 1 addition & 1 deletion ui/ozone/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ component("ozone") {
":platform",
]

ldflags = [ "libstarboard.so.16"]
deps = ["//starboard($starboard_toolchain)"]
}

source_set("test_support_internal") {
Expand Down
2 changes: 1 addition & 1 deletion ui/ozone/platform/starboard/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ source_set("starboard") {
"//build/starboard_sdk/include",
]

ldflags = [ "libstarboard.so.16"]

deps = [
"//base",
Expand All @@ -63,6 +62,7 @@ source_set("starboard") {
"//ui/ozone/common",
"//ui/platform_window",
"//ui/platform_window/stub",
"//starboard($starboard_toolchain)",
]
}

Expand Down

0 comments on commit 114f101

Please sign in to comment.