Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable Vulkan build when is_starboard is defined
Vulkan is a new rendering (and presentation, and more) API intended to replace E/GL(ES). Starboard doesn't define it and it's likely unsupported by partners (and even if it is, the status would be unknown and by experience not ready). This CL/PR disables building it when starboard is defined. On dependencies, //gpu is a low level folder (like //base) so it can depend on //starboard concepts. Modifying it is not fully desirable (complicates future uprevs), however the CL tries to make the delta easy to rebase. b/371272304
- Loading branch information