Widevine version genrules (2nd attempt)
Bug: 327241925 Bug: 328438268 Test: dumpsys android.hardware.drm.IDrmFactory/widevine Change-Id: I0336f366910de9c4ea8903b09d64c32b8d68c977
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"name": "com.google.android.widevine",
|
||||
"version": 1,
|
||||
"requireNativeLibs": [
|
||||
"liboemcrypto.so"
|
||||
]
|
||||
}
|
||||
@@ -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",
|
||||
],
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"name": "com.google.android.widevine.lazy",
|
||||
"version": 1,
|
||||
"requireNativeLibs": [
|
||||
"liboemcrypto.so"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user