Skip to content

Commit 5dd85d2

Browse files
committed
rdk: remove dangling raspi reference from BUILD.gn
The starboard/raspi directory has been deleted as part of the raspi-2 deprecation. This removes the dangling reference to //starboard/raspi/shared/system_gles2.cc for the rdk-rpi target.
1 parent 3e378a8 commit 5dd85d2

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

  • starboard/contrib/rdk/src/third_party/starboard/rdk/shared

starboard/contrib/rdk/src/third_party/starboard/rdk/shared/BUILD.gn

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -296,14 +296,7 @@ static_library("starboard_platform_sources") {
296296
sources += [ "speech/speech_synthesis_is_supported_executable.cc", ]
297297
}
298298

299-
if (starboard_target_platform == "rdk-rpi") {
300-
sources -= [
301-
"//starboard/shared/gles/system_gles2.cc",
302-
]
303-
sources += [
304-
"//starboard/raspi/shared/system_gles2.cc",
305-
]
306-
}
299+
307300

308301
if (final_executable_type == "shared_library" && !build_with_separate_cobalt_toolchain) {
309302
sources += [

0 commit comments

Comments
 (0)