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 3e1ba7ada5
commit c0c5e09794
No known key found for this signature in database
GPG key ID: CC95044519BE6669
2 changed files with 9 additions and 0 deletions

View file

@ -11,3 +11,7 @@ DEVICE_PACKAGE_OVERLAYS += device/google/gs201/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/gs201/linker.config.json

5
linker.config.json Normal file
View file

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