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 c0c5e09794
commit 4267cf4543

View File

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