[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:
@@ -9,6 +9,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"
|
||||
@@ -53,10 +54,10 @@ cc_library_static {
|
||||
],
|
||||
|
||||
srcs: [
|
||||
"src/core_message_deserialize.cpp",
|
||||
"src/core_message_features.cpp",
|
||||
"src/core_message_serialize.cpp",
|
||||
"src/core_message_serialize_proto.cpp",
|
||||
"src/core_message_deserialize.cpp",
|
||||
"src/core_message_features.cpp",
|
||||
"src/core_message_serialize.cpp",
|
||||
"src/core_message_serialize_proto.cpp",
|
||||
],
|
||||
|
||||
static_libs: [
|
||||
|
||||
@@ -6,6 +6,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"
|
||||
@@ -33,7 +34,7 @@ cc_fuzz {
|
||||
"odk_license_request_fuzz.cpp",
|
||||
],
|
||||
fuzz_config: {
|
||||
componentid: 611718,
|
||||
componentid: 611718,
|
||||
},
|
||||
corpus: ["corpus/little_endian_64bit/license_request_corpus/*"],
|
||||
static_libs: [
|
||||
@@ -50,7 +51,7 @@ cc_fuzz {
|
||||
"odk_renewal_request_fuzz.cpp",
|
||||
],
|
||||
fuzz_config: {
|
||||
componentid: 611718,
|
||||
componentid: 611718,
|
||||
},
|
||||
corpus: ["corpus/little_endian_64bit/renewal_request_corpus/*"],
|
||||
static_libs: [
|
||||
@@ -67,7 +68,7 @@ cc_fuzz {
|
||||
"odk_provisioning_request_fuzz.cpp",
|
||||
],
|
||||
fuzz_config: {
|
||||
componentid: 611718,
|
||||
componentid: 611718,
|
||||
},
|
||||
corpus: ["corpus/little_endian_64bit/provisioning_request_corpus/*"],
|
||||
static_libs: [
|
||||
@@ -84,7 +85,7 @@ cc_fuzz {
|
||||
"odk_license_response_fuzz.cpp",
|
||||
],
|
||||
fuzz_config: {
|
||||
componentid: 611718,
|
||||
componentid: 611718,
|
||||
},
|
||||
corpus: ["corpus/little_endian_64bit/license_response_corpus/*"],
|
||||
static_libs: [
|
||||
@@ -101,7 +102,7 @@ cc_fuzz {
|
||||
"odk_renewal_response_fuzz.cpp",
|
||||
],
|
||||
fuzz_config: {
|
||||
componentid: 611718,
|
||||
componentid: 611718,
|
||||
},
|
||||
corpus: ["corpus/little_endian_64bit/renewal_response_corpus/*"],
|
||||
static_libs: [
|
||||
@@ -118,7 +119,7 @@ cc_fuzz {
|
||||
"odk_provisioning_response_fuzz.cpp",
|
||||
],
|
||||
fuzz_config: {
|
||||
componentid: 611718,
|
||||
componentid: 611718,
|
||||
},
|
||||
corpus: ["corpus/little_endian_64bit/provisioning_response_corpus/*"],
|
||||
static_libs: [
|
||||
@@ -135,7 +136,7 @@ cc_fuzz {
|
||||
"odk_license_response_fuzz_with_mutator.cpp",
|
||||
],
|
||||
fuzz_config: {
|
||||
componentid: 611718,
|
||||
componentid: 611718,
|
||||
},
|
||||
corpus: ["corpus/little_endian_64bit/license_response_corpus/*"],
|
||||
static_libs: [
|
||||
@@ -152,7 +153,7 @@ cc_fuzz {
|
||||
"odk_renewal_response_fuzz_with_mutator.cpp",
|
||||
],
|
||||
fuzz_config: {
|
||||
componentid: 611718,
|
||||
componentid: 611718,
|
||||
},
|
||||
corpus: ["corpus/little_endian_64bit/renewal_response_corpus/*"],
|
||||
static_libs: [
|
||||
@@ -169,7 +170,7 @@ cc_fuzz {
|
||||
"odk_provisioning_response_fuzz_with_mutator.cpp",
|
||||
],
|
||||
fuzz_config: {
|
||||
componentid: 611718,
|
||||
componentid: 611718,
|
||||
},
|
||||
corpus: ["corpus/little_endian_64bit/provisioning_response_corpus/*"],
|
||||
static_libs: [
|
||||
|
||||
@@ -13,6 +13,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"
|
||||
|
||||
Reference in New Issue
Block a user