GloDroid / glodroid_manifest

Android port that aims to bring both user- and developer-friendly experience in using AOSP with a set of single-board computers (SBC), phones and other devices.
472 stars 66 forks source link

gbm_gralloc: Implement validateBufferSize() method #85

Closed rsglobal closed 3 years ago

rsglobal commented 4 years ago

To fix VtsHalGraphicsMapperV2_1TargetTest test: https://cs.android.com/android/platform/superproject/+/master:hardware/interfaces/graphics/mapper/2.1/vts/functional/VtsHalGraphicsMapperV2_1TargetTest.cpp;l=117;drc=49f262471d8456ee3e421ea112c9c34dda58774f

Method description is here: https://cs.android.com/android/platform/superproject/+/master:hardware/libhardware/include/hardware/gralloc.h;l=333;drc=5543b1eb045a4946449982de99474a441fdc1e9d

matviizorin commented 4 years ago

PR has been created (https://github.com/GloDroid/glodroid_forks/pull/8). The changes should be upstreamed after our project acceptance.

matviizorin commented 3 years ago

I've just created a PR to the upstream repository (https://github.com/robherring/gbm_gralloc/pull/19).

rsglobal commented 3 years ago

Thanks. Closing as done.