Files
android/libwvdrmengine/apex/apex_manifest.json
Kyle Zhang a5c7a48f8a Add liboemcrypto.so as required by WV APEX
[ Merge of go/wvgerrit/164757 ]

Modify Widevine apex configuration to add add liboemcrypto.so as
required by WV APEX.

Bug: 243699259
Test: atp v2/widevine-eng/drm_compliance
Change-Id: I136dde5d77aed4fb14737e4692153c8f3b2c701b
2023-01-09 06:32:39 +00:00

7 lines
123 B
JSON

{
"name": "com.google.android.widevine",
"version": 1,
"requireNativeLibs": [
"liboemcrypto.so"
]
}