Skip to content
Snippets Groups Projects
Commit 8592345e authored by Android Build Role Account android-build-prod's avatar Android Build Role Account android-build-prod
Browse files

Snap for 5596706 from dd5a50b6 to q-keystone-qcom-release

Change-Id: I6aeb8e8c5a375a9e1a85e4449b8d624e41e96251
parents 04aad5d3 dd5a50b6
No related branches found
No related tags found
No related merge requests found
...@@ -1542,6 +1542,10 @@ struct private_module_t HAL_MODULE_INFO_SYM = { ...@@ -1542,6 +1542,10 @@ struct private_module_t HAL_MODULE_INFO_SYM = {
lock: gralloc_lock, lock: gralloc_lock,
unlock: gralloc_unlock, unlock: gralloc_unlock,
perform: NULL, 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 #if PLATFORM_SDK_VERSION >= 18
lock_ycbcr: gralloc_lock_ycbcr, lock_ycbcr: gralloc_lock_ycbcr,
#endif // PLATFORM_SDK_VERSION >= 18 #endif // PLATFORM_SDK_VERSION >= 18
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment