mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 09:39:39 +00:00
Add liboemcrypto.so to vendor linker config
This lets com.google.android.widevine.apex access it. Change-Id: I4e9654fe6317b722f5fbf43b92abb367c18640ce
This commit is contained in:
@@ -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
5
linker.config.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"provideLibs": [
|
||||
"liboemcrypto.so"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user