Add lib_aion_buffer.so to vendor linker config

This lets com.google.pixel.camera.hal.apex access it.

Change-Id: Ic01ce043eeecbc3bcc71c04f49a7c348e2b10886
This commit is contained in:
Michael Bestas 2024-09-12 21:13:56 +03:00 committed by Michael Bestas
parent 3b8ef08a3e
commit 18b6a40497
No known key found for this signature in database

View file

@ -1,5 +1,6 @@
{
"provideLibs": [
"liboemcrypto.so"
"liboemcrypto.so",
"lib_aion_buffer.so"
]
}