Expose COLOR_MODE_DISPLAY_BT2020.
Bug: 256551001 Test: build and flash; hidl-gen -L hash android.hardware:hardware/interfaces android.hardware.graphics.common@1.2::types >> current.txt Change-Id: I33116c1b31bd981b04489bc9704a54e97332aed7
This commit is contained in:
parent
40e84d92e0
commit
d43651c2a8
2 changed files with 3 additions and 0 deletions
|
@ -931,5 +931,6 @@ b7ce2d87841585551b082fca6d099622e63b7099e0d8013f687ea1a1dc35c4dc android.hardwar
|
|||
|
||||
# ABI preserving changes to HALs during Android U
|
||||
2aa559cda86c358c6429114ef6bc72c1b43281e98f9eb6b4df5e7073c8d05767 android.hardware.automotive.vehicle@2.0::types
|
||||
42abd285a4293dadb8c89bc63b90cae2872fbffe90c4517aa3ea4965e8aecff7 android.hardware.graphics.common@1.2::types
|
||||
|
||||
# There will be no more HIDL HALs. Use AIDL instead.
|
||||
|
|
|
@ -77,6 +77,8 @@ enum Dataspace : @1.1::Dataspace {
|
|||
HEIF = 0x1004,
|
||||
};
|
||||
|
||||
@export(name="android_color_mode_v1_2_t", value_prefix="HAL_COLOR_MODE_",
|
||||
export_parent="false")
|
||||
enum ColorMode : @1.1::ColorMode {
|
||||
/**
|
||||
* DISPLAY_BT2020 corresponds with display settings that implement the ITU-R
|
||||
|
|
Loading…
Reference in a new issue