[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"
|
||||
@@ -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",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user