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: Ie36b2a3245d9901323affcc5e51dafbb87af9248
This commit is contained in:
parent
8e631624e9
commit
d9d37c09d8
10 changed files with 10 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
//
|
||||
|
||||
package {
|
||||
default_team: "trendy_team_native_tools_libraries",
|
||||
default_applicable_licenses: ["bionic_benchmarks_license"],
|
||||
}
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
// SUCH DAMAGE.
|
||||
|
||||
package {
|
||||
default_team: "trendy_team_native_tools_libraries",
|
||||
default_applicable_licenses: ["bionic_benchmarks_license"],
|
||||
}
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
//
|
||||
|
||||
package {
|
||||
default_team: "trendy_team_native_tools_libraries",
|
||||
default_applicable_licenses: ["bionic_benchmarks_license"],
|
||||
}
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
// ==============================================================
|
||||
// Used by libmemunreachable
|
||||
package {
|
||||
default_team: "trendy_team_native_tools_libraries",
|
||||
// See: http://go/android-license-faq
|
||||
// A large-scale-change added 'default_applicable_licenses' to import
|
||||
// all of the 'license_kinds' from "bionic_libc_license"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// libc_malloc_hooks.so
|
||||
// ==============================================================
|
||||
package {
|
||||
default_team: "trendy_team_native_tools_libraries",
|
||||
// See: http://go/android-license-faq
|
||||
// A large-scale-change added 'default_applicable_licenses' to import
|
||||
// all of the 'license_kinds' from "bionic_libc_license"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
package {
|
||||
default_team: "trendy_team_native_tools_libraries",
|
||||
// See: http://go/android-license-faq
|
||||
// A large-scale-change added 'default_applicable_licenses' to import
|
||||
// all of the 'license_kinds' from "bionic_libc_license"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
package {
|
||||
default_team: "trendy_team_native_tools_libraries",
|
||||
default_applicable_licenses: ["bionic_libfdtrack_license"],
|
||||
}
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
// each binary. There's a linker script that sets all of that up (generated by
|
||||
// extract_linker), and defines the extern symbols used in this file.
|
||||
package {
|
||||
default_team: "trendy_team_native_tools_libraries",
|
||||
default_applicable_licenses: ["bionic_linker_license"],
|
||||
}
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
//
|
||||
|
||||
package {
|
||||
default_team: "trendy_team_native_tools_libraries",
|
||||
default_applicable_licenses: ["bionic_tests_license"],
|
||||
}
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
//
|
||||
|
||||
package {
|
||||
default_team: "trendy_team_native_tools_libraries",
|
||||
default_applicable_licenses: ["bionic_tests_license"],
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue