[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:
Ronish Kalia
2024-02-14 14:19:08 +00:00
parent 78451da9a3
commit d0f454d91c
23 changed files with 79 additions and 41 deletions

View File

@@ -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",

View File

@@ -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"
@@ -26,7 +27,10 @@ soong_config_module_type {
module_type: "override_apex",
config_namespace: "widevine",
bool_variables: ["use_devkey"],
properties: ["key", "certificate"],
properties: [
"key",
"certificate",
],
}
widevine_nonupdatable_cert_override {
@@ -45,4 +49,4 @@ widevine_nonupdatable_cert_override {
android_app_certificate {
name: "com.google.android.widevine.nonupdatable.certificate",
certificate: "com.google.android.widevine.nonupdatable",
}
}

View File

@@ -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"
@@ -26,7 +27,10 @@ soong_config_module_type {
module_type: "apex_defaults",
config_namespace: "widevine",
bool_variables: ["use_devkey"],
properties: ["key", "certificate"],
properties: [
"key",
"certificate",
],
}
widevine_lazy_key_apex_defaults {
@@ -58,4 +62,4 @@ apex {
"com.google.android.widevine.lazy.rc",
],
file_contexts: "file_contexts",
}
}

View File

@@ -16,6 +16,7 @@
// CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
// DEPENDING ON IT IN YOUR PROJECT. ***
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"
@@ -54,4 +55,4 @@ apex_set {
owner: "google",
set: "com.google.android.widevine.nonupdatable-wv_341113000.apks",
vendor: true,
}
}

View File

@@ -15,6 +15,7 @@
*/
package {
default_team: "trendy_team_media_framework_drm",
default_applicable_licenses: ["Android-Apache-2.0"],
}