Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 136f4c26 authored by Marissa Wall's avatar Marissa Wall
Browse files

gralloc: remove unused versioning #define

Remove unused #define.

Bug: 145232031
Test: compiles
Change-Id: I433d0ebdace3cf0bd15181330c6f215e2379afdf
parent 2ffb6827
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -33,15 +33,6 @@ namespace android {

namespace gralloc4 {

/**
 * This library is compiled into VNDK-SP and FWK_ONLY copies. When a device is upgraded, the vendor
 * partition may choose to use an older copy of the VNDK-SP.
 *
 * Prepend the version to every encode and decode so the system partition can fallback to an older
 * version if necessary.
 */
#define GRALLOC4_METADATA_VERSION 1

#define GRALLOC4_STANDARD_METADATA_TYPE "android.hardware.graphics.common.StandardMetadataType"
#define GRALLOC4_CHROMA_SITING "android.hardware.graphics.common.ChromaSiting"
#define GRALLOC4_COMPRESSION "android.hardware.graphics.common.Compression"