adevtool/config/device/common/gs.yml
Dmitry Muhomor 94c93a8f82 add liboemcrypto.so to vendor linker config on gs devices
This is needed to allow DRM service inside com.google.android.widevine vendor APEX to open it.
2023-10-14 12:17:14 -04:00

6 lines
246 B
YAML

platform:
vendor_linker_config:
# TODO: look into generating this automatically, at least for APEXes, by unpacking them and checking apex_manifest.pb
provideLibs:
# used by com.google.android.widevine.apex
- liboemcrypto.so