Migrate Test Targets to New Android Ownership Model
This CL is created as a best effort to migrate test targets to the new Android ownership model. It is based on historical data from repository history and insights from git blame. Given the nature of this effort, there may be instances of incorrect attribution. If you find incorrect or unnecessary attribution in this CL, please create a new CL to fix that. For detailed guidelines and further information on the migration please refer to the link below, go/new-android-ownership-model Bug: 304529413 Test: N/A Change-Id: Ia06fe7f4d0518d03cebf52d34ca9b1434011d272
This commit is contained in:
parent
2730678378
commit
d987e9b327
8 changed files with 37 additions and 29 deletions
|
@ -1,4 +1,5 @@
|
|||
package {
|
||||
default_team: "trendy_team_android_hardware_backed_security",
|
||||
// See: http://go/android-license-faq
|
||||
// A large-scale-change added 'default_applicable_licenses' to import
|
||||
// all of the 'license_kinds' from "system_security_license"
|
||||
|
@ -136,6 +137,6 @@ cc_fuzz {
|
|||
cc: [
|
||||
"trong@google.com",
|
||||
"zeuthen@google.com",
|
||||
]
|
||||
],
|
||||
},
|
||||
}
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
// limitations under the License.
|
||||
|
||||
package {
|
||||
default_team: "trendy_team_android_hardware_backed_security",
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
// Unit test for AuthTokenTable
|
||||
|
||||
package {
|
||||
default_team: "trendy_team_android_hardware_backed_security",
|
||||
// See: http://go/android-license-faq
|
||||
// A large-scale-change added 'default_applicable_licenses' to import
|
||||
// all of the 'license_kinds' from "system_security_license"
|
||||
|
@ -43,7 +44,7 @@ cc_test {
|
|||
],
|
||||
sanitize: {
|
||||
cfi: false,
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
cc_test {
|
||||
|
@ -70,5 +71,5 @@ cc_test {
|
|||
],
|
||||
sanitize: {
|
||||
cfi: false,
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
*/
|
||||
|
||||
package {
|
||||
default_team: "trendy_team_android_hardware_backed_security",
|
||||
// See: http://go/android-license-faq
|
||||
// A large-scale-change added 'default_applicable_licenses' to import
|
||||
// all of the 'license_kinds' from "system_security_license"
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
// limitations under the License.
|
||||
|
||||
package {
|
||||
default_team: "trendy_team_art_mainline",
|
||||
// See: http://go/android-license-faq
|
||||
// A large-scale-change added 'default_applicable_licenses' to import
|
||||
// all of the 'license_kinds' from "system_security_license"
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
// limitations under the License.
|
||||
|
||||
package {
|
||||
default_team: "trendy_team_java_core_libraries",
|
||||
// See: http://go/android-license-faq
|
||||
// SPDX-license-identifier-Apache-2.0
|
||||
default_applicable_licenses: ["system_security_license"],
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
//
|
||||
|
||||
package {
|
||||
default_team: "trendy_team_foundation_security_rust_pkvm_",
|
||||
// See: http://go/android-license-faq
|
||||
// A large-scale-change added 'default_applicable_licenses' to import
|
||||
// all of the 'license_kinds' from "system_security_license"
|
||||
|
@ -84,7 +85,7 @@ cc_binary {
|
|||
"dist_files",
|
||||
"rkp_factory_extraction_tool",
|
||||
],
|
||||
dest: "rkp_factory_extraction_tool"
|
||||
dest: "rkp_factory_extraction_tool",
|
||||
},
|
||||
compile_multilib: "both",
|
||||
multilib: {
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
// limitations under the License.
|
||||
|
||||
package {
|
||||
default_team: "trendy_team_android_hardware_backed_security",
|
||||
// See: http://go/android-license-faq
|
||||
// A large-scale-change added 'default_applicable_licenses' to import
|
||||
// all of the 'license_kinds' from "hardware_interfaces_license"
|
||||
|
|
Loading…
Reference in a new issue