libhardware: fix gralloc usage bit redefine
bug: 21584171 Change-Id: I66c287681d3e53a263f85fbddfccbb199eaa4b33
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user