lemonadep: Depend on android.hardware.graphics.common-V7

Required for BP3A.

Change-Id: Id071b20aa56d5c2e2717215fa6bb6f16f91198ec
This commit is contained in:
Michael Bestas
2025-11-21 01:43:15 +02:00
parent 5f9bc4b5b7
commit c0be1e83e8

View File

@@ -86,7 +86,7 @@ blob_fixups: blob_fixups_user_type = {
.clear_symbol_version('rpcmem_free') .clear_symbol_version('rpcmem_free')
.clear_symbol_version('rpcmem_to_fd'), .clear_symbol_version('rpcmem_to_fd'),
'odm/lib64/libAlgoProcess.so': blob_fixup() 'odm/lib64/libAlgoProcess.so': blob_fixup()
.replace_needed('android.hardware.graphics.common-V1-ndk_platform.so', 'android.hardware.graphics.common-V6-ndk.so'), .replace_needed('android.hardware.graphics.common-V1-ndk_platform.so', 'android.hardware.graphics.common-V7-ndk.so'),
'odm/lib64/libOGLManager.so': blob_fixup() 'odm/lib64/libOGLManager.so': blob_fixup()
.clear_symbol_version('AHardwareBuffer_allocate') .clear_symbol_version('AHardwareBuffer_allocate')
.clear_symbol_version('AHardwareBuffer_describe') .clear_symbol_version('AHardwareBuffer_describe')