device_google_zumapro/linker.config.json
Michael Bestas 18b6a40497
Add lib_aion_buffer.so to vendor linker config
This lets com.google.pixel.camera.hal.apex access it.

Change-Id: Ic01ce043eeecbc3bcc71c04f49a7c348e2b10886
2024-10-27 13:36:52 +02:00

6 lines
75 B
JSON

{
"provideLibs": [
"liboemcrypto.so",
"lib_aion_buffer.so"
]
}