[DON'T BLOCK] Test ownership migration rules
This CL is created as a best effort to migrate test targets to the new android ownership model. If you find incorrect or unnecessary attribution in this CL, please create a separate CL to fix that. For more details please refer to the link below, <add g3 doc link> Bug: 304529413 Test: N/A Change-Id: I204c137da43a021bcebe316759d1aadaec99fe2a
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
package {
|
||||
default_team: "trendy_team_media_framework_drm",
|
||||
// See: http://go/android-license-faq
|
||||
// A large-scale-change added 'default_applicable_licenses' to import
|
||||
// all of the 'license_kinds' from "vendor_widevine_license"
|
||||
@@ -39,7 +40,7 @@ widevine_apex_defaults {
|
||||
},
|
||||
},
|
||||
prebuilts: [
|
||||
"com.google.android.widevine.xml", // etc/vintf
|
||||
"com.google.android.widevine.xml", // etc/vintf
|
||||
],
|
||||
// TODO(b/274041915) remove updatable:false
|
||||
updatable: false,
|
||||
@@ -56,7 +57,10 @@ soong_config_module_type {
|
||||
module_type: "apex_defaults",
|
||||
config_namespace: "widevine",
|
||||
bool_variables: ["use_devkey"],
|
||||
properties: ["key", "certificate"],
|
||||
properties: [
|
||||
"key",
|
||||
"certificate",
|
||||
],
|
||||
}
|
||||
|
||||
widevine_key_apex_defaults {
|
||||
@@ -76,7 +80,7 @@ apex {
|
||||
manifest: "apex_manifest.json",
|
||||
prebuilts: [
|
||||
"com.google.android.widevine.rc",
|
||||
"com.google.android.widevine.xml", // etc/vintf
|
||||
"com.google.android.widevine.xml", // etc/vintf
|
||||
],
|
||||
defaults: [
|
||||
"com.google.android.widevine-defaults",
|
||||
|
||||
Reference in New Issue
Block a user