Add missing const to VuiColorAspects operator==.
To quote the compiler:
"""
ISO C++20 considers use of overloaded operator '==' (with operand types 'VuiColorAspects' and 'struct VuiColorAspects') to be ambiguous despite there being a unique best viable function
ambiguity is between a regular call to this operator and a call with the argument order reversed
mark 'operator==' as const or add a matching 'operator!=' to resolve the ambiguity
"""
Bug: http://b/346434347
Bug: http://b/389713245
Change-Id: I77f4fa02901ac82ebd8ef06e7c738a17dac7802b
1 file changed