Add liboemcrypto.so to vendor linker config

This lets com.google.android.widevine.apex access it.

Change-Id: I4e9654fe6317b722f5fbf43b92abb367c18640ce
This commit is contained in:
LuK1337 2023-12-06 09:54:05 +01:00 committed by Michael Bestas
parent 3749d1049a
commit 3b8ef08a3e
No known key found for this signature in database
2 changed files with 9 additions and 0 deletions

View file

@ -11,3 +11,7 @@ DEVICE_PACKAGE_OVERLAYS += device/google/zumapro/overlay-lineage
PRODUCT_PRODUCT_PROPERTIES += \
ro.vendor.camera.extensions.package=com.google.android.apps.camera.services \
ro.vendor.camera.extensions.service=com.google.android.apps.camera.services.extensions.service.PixelExtensions
# Linker config
PRODUCT_VENDOR_LINKER_CONFIG_FRAGMENTS += \
device/google/zumapro/linker.config.json

5
linker.config.json Normal file
View file

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