diff --git a/graphics/common/aidl/android/hardware/graphics/common/PlaneLayoutComponentType.aidl b/graphics/common/aidl/android/hardware/graphics/common/PlaneLayoutComponentType.aidl index 18c4a2e154..ce083966fe 100644 --- a/graphics/common/aidl/android/hardware/graphics/common/PlaneLayoutComponentType.aidl +++ b/graphics/common/aidl/android/hardware/graphics/common/PlaneLayoutComponentType.aidl @@ -41,6 +41,9 @@ enum PlaneLayoutComponentType { /* Blue */ B = 1 << 12, + /* Raw */ + RAW = 1 << 20, + /* Alpha */ A = 1 << 30, }