RDKEMW-9936: Create a Distro to build Player Interface Component - #92
RDKEMW-9936: Create a Distro to build Player Interface Component#92ALSAMEEMA wants to merge 4 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds a new distribution feature flag build_player_interface to enable building the Player Interface Component as part of the RDKE distribution configuration. The change follows the existing pattern for feature additions in the distro configuration file.
- Adds
build_player_interfacefeature flag toDISTRO_FEATURES
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| DISTRO_FEATURES:append = ' memcapture' | ||
| DISTRO_FEATURES:append = ' build_external_player_interface' | ||
|
|
||
|
|
There was a problem hiding this comment.
There are two unnecessary blank lines added after the new distro feature. The file follows a pattern where most distro features are added consecutively without blank lines between them, with only occasional single blank lines for logical grouping. Adding two consecutive blank lines here is inconsistent with the rest of the file.
No description provided.