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

View file

@ -15,3 +15,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
# EUICC
PRODUCT_PACKAGES += \
EuiccSupportPixelOverlay
# Linker config
PRODUCT_VENDOR_LINKER_CONFIG_FRAGMENTS += \
device/google/gs101/linker.config.json

5
linker.config.json Normal file
View file

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