summaryrefslogtreecommitdiff
path: root/libcopybit/copybit_c2d.cpp
diff options
context:
space:
mode:
authorArun Kumar K.R <akumarkr@codeaurora.org>2015-01-08 16:08:51 -0800
committerArun Kumar K.R <akumarkr@codeaurora.org>2015-01-14 14:47:11 -0800
commit6364fa6c26c76960ee4201e12d569f7573af096f (patch)
treed8343d7a45647b66c65cc3b165794efcd722c871 /libcopybit/copybit_c2d.cpp
parent0d5ab451f30a3c90cca2357f5f8ebba5b0ef98d5 (diff)
downloaddisplay-6364fa6c26c76960ee4201e12d569f7573af096f.tar.gz
gralloc: Add RGBA_5551 and RGBA_4444 formats
Define RGBA_5551 and RGBA_4444 which are OEM specific formats in gralloc_priv.h Change-Id: I6cdb723ea7e0783e7f58dbe1b45152dc427994c9
Diffstat (limited to 'libcopybit/copybit_c2d.cpp')
-rw-r--r--libcopybit/copybit_c2d.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcopybit/copybit_c2d.cpp b/libcopybit/copybit_c2d.cpp
index 23daa274..3807f33a 100644
--- a/libcopybit/copybit_c2d.cpp
+++ b/libcopybit/copybit_c2d.cpp
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2008 The Android Open Source Project
- * Copyright (c) 2010-2014, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2010-2015, The Linux Foundation. All rights reserved.
*
* Not a Contribution, Apache license notifications and license are retained
* for attribution purposes only.
@@ -35,7 +35,6 @@
#include <EGL/eglplatform.h>
#include <cutils/native_handle.h>
-#include <gralloc_priv.h>
#include <copybit.h>
#include <alloc_controller.h>