Widevine version genrules

Bug: 327241925
Test: dumpsys android.hardware.drm.IDrmFactory/widevine
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:9f32150e5fae37bc200eaaca3794605a8bf17806)
Merged-In: Ice412cd2739f0c8a95af488cf565a3abf484200a
Change-Id: Ice412cd2739f0c8a95af488cf565a3abf484200a
This commit is contained in:
Robert Shih
2024-02-27 12:24:28 -08:00
committed by Android Build Coastguard Worker
parent 6c7988f8c9
commit cada7659cb
8 changed files with 161 additions and 29 deletions

View File

@@ -77,7 +77,7 @@ widevine_key_apex_defaults {
apex {
name: "com.google.android.widevine",
manifest: "apex_manifest.json",
manifest: ":widevine_apex_manifest.json",
prebuilts: [
"com.google.android.widevine.rc",
"com.google.android.widevine.xml", // etc/vintf

View File

@@ -1,7 +0,0 @@
{
"name": "com.google.android.widevine",
"version": 1,
"requireNativeLibs": [
"liboemcrypto.so"
]
}

View File

@@ -57,7 +57,7 @@ apex {
"com.google.android.widevine-defaults",
"com.google.android.widevine.lazy-key-defaults",
],
manifest: "apex_manifest.json",
manifest: ":widevine_lazy_apex_manifest.json",
prebuilts: [
"com.google.android.widevine.lazy.rc",
],

View File

@@ -1,7 +0,0 @@
{
"name": "com.google.android.widevine.lazy",
"version": 1,
"requireNativeLibs": [
"liboemcrypto.so"
]
}