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
3fe2bb3903
commit
d44671675c
2 changed files with 9 additions and 0 deletions
|
@ -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
5
linker.config.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"provideLibs": [
|
||||
"liboemcrypto.so"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue