We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9393e39 + 3c837e2 commit 4fd5fe0Copy full SHA for 4fd5fe0
1 file changed
libs/nativewindow/include/android/hardware_buffer.h
@@ -326,7 +326,7 @@ enum AHardwareBuffer_UsageFlags {
326
* COMPOSER_OVERLAY, the system will try to prioritize the buffer receiving
327
* an overlay plane & avoid caching it in intermediate composition buffers.
328
*/
329
- AHARDWAREBUFFER_USAGE_FRONT_BUFFER = 1UL << 32,
+ AHARDWAREBUFFER_USAGE_FRONT_BUFFER = 1ULL << 32,
330
331
AHARDWAREBUFFER_USAGE_VENDOR_0 = 1ULL << 28,
332
AHARDWAREBUFFER_USAGE_VENDOR_1 = 1ULL << 29,
0 commit comments