Merge "gralloc: Fix AOSP Clang Compiler error"
diff --git a/gralloc/QtiGralloc.h b/gralloc/QtiGralloc.h
index f43da3f..30ef86b 100644
--- a/gralloc/QtiGralloc.h
+++ b/gralloc/QtiGralloc.h
@@ -159,6 +159,8 @@
     PlaneLayoutComponentType_Raw = {VENDOR_QTI, PLANE_COMPONENT_TYPE_RAW};
 static const aidl::android::hardware::graphics::common::ExtendableType
     PlaneLayoutComponentType_Meta = {VENDOR_QTI, PLANE_COMPONENT_TYPE_META};
+static const aidl::android::hardware::graphics::common::ExtendableType
+    PlaneLayoutComponentType_Blob = {VENDOR_QTI, PLANE_COMPONENT_TYPE_BLOB};
 
 Error decodeMetadataState(hidl_vec<uint8_t> &in, bool *out);
 Error encodeMetadataState(bool *in, hidl_vec<uint8_t> *out);
diff --git a/gralloc/QtiGrallocMetadata.h b/gralloc/QtiGrallocMetadata.h
index 61a4221..2e97198 100644
--- a/gralloc/QtiGrallocMetadata.h
+++ b/gralloc/QtiGrallocMetadata.h
@@ -88,6 +88,7 @@
 
 #define PLANE_COMPONENT_TYPE_RAW 20003
 #define PLANE_COMPONENT_TYPE_META 20004
+#define PLANE_COMPONENT_TYPE_BLOB 20005
 
 #define MAX_NAME_LEN 256