You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
starboard: Uniquely name GetConfigurationApi methods (#7142)
go/cobalt-flatten-starboard-namespace
This change renames platform-specific functions to include a unique
platform suffix (e.g., GetConfigurationApi becomes
GetConfigurationApiAndroid).
With unique function names established, platform-specific namespaces
like starboard::android::shared, starboard::linux::shared,
starboard::raspi::skia, etc., are removed. All configuration logic now
resides directly within the top-level starboard namespace, simplifying
the codebase and improving code discoverability
Bug: 441955897
---------
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
0 commit comments