summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Zhang <chz@google.com>2015-06-03 02:23:30 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-03 02:23:31 +0000
commitcac8ab8abc8e4c3b75cc01efad69ff668ea81f22 (patch)
tree30b5df5355407e98fe1857db6976151ec0db06a4
parent207331d05023ae8226219887c67a26582c1d7068 (diff)
parent2e3ed7e2e7fcdcf8c82b95b5156859ecc4d5b5d8 (diff)
downloadhardware_libhardware-cac8ab8abc8e4c3b75cc01efad69ff668ea81f22.zip
hardware_libhardware-cac8ab8abc8e4c3b75cc01efad69ff668ea81f22.tar.gz
hardware_libhardware-cac8ab8abc8e4c3b75cc01efad69ff668ea81f22.tar.bz2
Merge "libhardware: fix gralloc usage bit redefine" into mnc-dev
-rw-r--r--include/hardware/gralloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware/gralloc.h b/include/hardware/gralloc.h
index 7aeb84e..93172cd 100644
--- a/include/hardware/gralloc.h
+++ b/include/hardware/gralloc.h
@@ -131,7 +131,7 @@ enum {
* buffer that they did not detach from the BufferQueue. Will be filtered
* out by GRALLOC_USAGE_ALLOC_MASK, so gralloc modules will not need to
* handle this flag. */
- GRALLOC_USAGE_FOREIGN_BUFFERS = 0x00010000,
+ GRALLOC_USAGE_FOREIGN_BUFFERS = 0x00200000,
/* Mask of all flags which could be passed to a gralloc module for buffer
* allocation. Any flags not in this mask do not need to be handled by