Merge "Expose COLOR_MODE_DISPLAY_BT2020." am: ab88d5cac3
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2322455 Change-Id: Ia2e140d2aece5606bedad1b097106f738af2dc25 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
f0588b06e0
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