Merge cherrypicks of ['googleplex-android-review.googlesource.com/26461327', 'googleplex-android-review.googlesource.com/26478054'] into trunk-widevine-release.

Change-Id: I91ae6b0a275ee0cf09754b5cec6a1c3f7085cd23
This commit is contained in:
Android Build Coastguard Worker
2024-03-07 07:45:16 +00:00

View File

@@ -90,7 +90,7 @@ def apex_manifest(args):
else: else:
raise RuntimeError('Unsupported Widevine APEX build env') raise RuntimeError('Unsupported Widevine APEX build env')
out = dict(name=args.name, version=v, requireNativeLibs=['liboemcrypto']) out = dict(name=args.name, version=v, requireNativeLibs=['liboemcrypto.so'])
print(json.dumps(out)) print(json.dumps(out))