am aabb7029: Fix a typo in the GRALLOC_USAGE_HW_2D constant.

Merge commit 'aabb70292351f231bfd4daae8b73edb788eeba1a' into gingerbread-plus-aosp

* commit 'aabb70292351f231bfd4daae8b73edb788eeba1a':
  Fix a typo in the GRALLOC_USAGE_HW_2D constant.
This commit is contained in:
Jamie Gennis 2010-07-01 16:58:05 -07:00 committed by Android Git Automerger
commit bab54e08ff

View file

@ -64,7 +64,7 @@ enum {
/* buffer will be used as an OpenGL ES render target */
GRALLOC_USAGE_HW_RENDER = 0x00000200,
/* buffer will be used by the 2D hardware blitter */
GRALLOC_USAGE_HW_2D = 0x00000C00,
GRALLOC_USAGE_HW_2D = 0x00000400,
/* buffer will be used with the framebuffer device */
GRALLOC_USAGE_HW_FB = 0x00001000,
/* mask for the software usage bit-mask */