Revert "Clarify the ComposerClient comment for CONFIG_GROUP"

This reverts commit 37c5495c52.

This "clarification" was in fact a change of the HAL interface,
introducing a new requirement which was not present in earlier
Android releases. There are devices on the market that switch
seamlessly between configs that differ in resolution and DPI,
and therefore have those configs in a config group.

Bug: 200184776
Merged-In: I5bba1c6532f5f46da874385164a0bc0cc0435225
Change-Id: I5bba1c6532f5f46da874385164a0bc0cc0435225
This commit is contained in:
Snild Dolkow
2021-09-16 09:41:36 +02:00
committed by Steven Moreland
parent 621519943b
commit 0e9328e213

View File

@@ -34,9 +34,7 @@ interface IComposerClient extends @2.3::IComposerClient {
/**
* The configuration group ID (as int32_t) this config is associated to.
* Switching between configurations within the same group may be done seamlessly
* in some conditions via setActiveConfigWithConstraints. Configurations which
* share the same config group are similar in all attributes except for the
* vsync period.
* in some conditions via setActiveConfigWithConstraints.
*/
CONFIG_GROUP = 7,
};