Skip to content
Snippets Groups Projects
Commit dd5a50b6 authored by Scott Lobdell's avatar Scott Lobdell
Browse files

Merge QP1A.190509.001

Change-Id: If3162b9104a71551ec6e10fc64c23fd2b30e023c
parents 361a9b5a 99399b2c
Branches
No related tags found
No related merge requests found
......@@ -1542,6 +1542,10 @@ struct private_module_t HAL_MODULE_INFO_SYM = {
lock: gralloc_lock,
unlock: gralloc_unlock,
perform: NULL,
#if PLATFORM_SDK_VERSION >= 28 // In Q, we want to specify these, but SDK version is not 29 yet. do not merge this to P
validateBufferSize: NULL,
getTransportSize: NULL,
#endif // PLATFORM_VERSION > 28
#if PLATFORM_SDK_VERSION >= 18
lock_ycbcr: gralloc_lock_ycbcr,
#endif // PLATFORM_SDK_VERSION >= 18
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment