Add liboemcrypto.so to vendor linker config
This lets com.google.android.widevine.apex access it. Change-Id: I4e9654fe6317b722f5fbf43b92abb367c18640ce
This commit is contained in:
parent
303f5f65cb
commit
0c470b4e65
2 changed files with 9 additions and 0 deletions
|
@ -15,3 +15,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
# EUICC
|
# EUICC
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
EuiccSupportPixelOverlay
|
EuiccSupportPixelOverlay
|
||||||
|
|
||||||
|
# Linker config
|
||||||
|
PRODUCT_VENDOR_LINKER_CONFIG_FRAGMENTS += \
|
||||||
|
device/google/zuma/linker.config.json
|
||||||
|
|
5
linker.config.json
Normal file
5
linker.config.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"provideLibs": [
|
||||||
|
"liboemcrypto.so"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue