Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 0 additions & 99 deletions cobalt/build/evergreen-arm-hardfp-raspi/package.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -296,14 +296,7 @@ static_library("starboard_platform_sources") {
sources += [ "speech/speech_synthesis_is_supported_executable.cc", ]
}

if (starboard_target_platform == "rdk-rpi") {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it says rdk here, maybe this is still relevant for that platform?

maybe double-check that this won't effect RDK or if it does, we might need to fix the starboard_target_platform name so that rdk and raspi are decoupled

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks irrelevant, this isn't used a starboard_target_platform. @niranjanyardi ptal

sources -= [
"//starboard/shared/gles/system_gles2.cc",
]
sources += [
"//starboard/raspi/shared/system_gles2.cc",
]
}


if (final_executable_type == "shared_library" && !build_with_separate_cobalt_toolchain) {
sources += [
Expand Down
Loading