aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 13:57:12 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 13:57:12 +0000
commitd9d37c09d886d0fa797bd94537517c46cc3fa334 (patch)
treed3f9cf758a84251781bc22c7bbdde8e7b2db3a7b
parent8e631624e9da603e023abe049820eaa830d02815 (diff)
downloadbionic-d9d37c09d886d0fa797bd94537517c46cc3fa334.tar.gz
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
-rw-r--r--benchmarks/Android.bp1
-rw-r--r--benchmarks/linker_relocation/Android.bp1
-rw-r--r--benchmarks/spawn/Android.bp1
-rw-r--r--libc/malloc_debug/Android.bp1
-rw-r--r--libc/malloc_hooks/Android.bp1
-rw-r--r--libc/system_properties/Android.bp1
-rw-r--r--libfdtrack/Android.bp1
-rw-r--r--linker/Android.bp1
-rw-r--r--tests/Android.bp1
-rw-r--r--tests/libs/Android.bp1
10 files changed, 10 insertions, 0 deletions
diff --git a/benchmarks/Android.bp b/benchmarks/Android.bp
index 75e607cd1..82bca21ca 100644
--- a/benchmarks/Android.bp
+++ b/benchmarks/Android.bp
@@ -15,6 +15,7 @@
//
package {
+ default_team: "trendy_team_native_tools_libraries",
default_applicable_licenses: ["bionic_benchmarks_license"],
}
diff --git a/benchmarks/linker_relocation/Android.bp b/benchmarks/linker_relocation/Android.bp
index 5c8793bd5..59a0c1c8e 100644
--- a/benchmarks/linker_relocation/Android.bp
+++ b/benchmarks/linker_relocation/Android.bp
@@ -25,6 +25,7 @@
// SUCH DAMAGE.
package {
+ default_team: "trendy_team_native_tools_libraries",
default_applicable_licenses: ["bionic_benchmarks_license"],
}
diff --git a/benchmarks/spawn/Android.bp b/benchmarks/spawn/Android.bp
index 61e7bf634..de9b161af 100644
--- a/benchmarks/spawn/Android.bp
+++ b/benchmarks/spawn/Android.bp
@@ -27,6 +27,7 @@
//
package {
+ default_team: "trendy_team_native_tools_libraries",
default_applicable_licenses: ["bionic_benchmarks_license"],
}
diff --git a/libc/malloc_debug/Android.bp b/libc/malloc_debug/Android.bp
index 83e4aa8b0..3828c2802 100644
--- a/libc/malloc_debug/Android.bp
+++ b/libc/malloc_debug/Android.bp
@@ -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"
diff --git a/libc/malloc_hooks/Android.bp b/libc/malloc_hooks/Android.bp
index f5b3848a2..3f0640b30 100644
--- a/libc/malloc_hooks/Android.bp
+++ b/libc/malloc_hooks/Android.bp
@@ -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"
diff --git a/libc/system_properties/Android.bp b/libc/system_properties/Android.bp
index a9bdeb5ba..d45a2e3b3 100644
--- a/libc/system_properties/Android.bp
+++ b/libc/system_properties/Android.bp
@@ -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"
diff --git a/libfdtrack/Android.bp b/libfdtrack/Android.bp
index 7539052a4..c19d8b204 100644
--- a/libfdtrack/Android.bp
+++ b/libfdtrack/Android.bp
@@ -1,4 +1,5 @@
package {
+ default_team: "trendy_team_native_tools_libraries",
default_applicable_licenses: ["bionic_libfdtrack_license"],
}
diff --git a/linker/Android.bp b/linker/Android.bp
index 32305c8b4..4aadc2efa 100644
--- a/linker/Android.bp
+++ b/linker/Android.bp
@@ -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"],
}
diff --git a/tests/Android.bp b/tests/Android.bp
index 960131bf6..058e33b46 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -15,6 +15,7 @@
//
package {
+ default_team: "trendy_team_native_tools_libraries",
default_applicable_licenses: ["bionic_tests_license"],
}
diff --git a/tests/libs/Android.bp b/tests/libs/Android.bp
index 89e9b5d59..039d1e101 100644
--- a/tests/libs/Android.bp
+++ b/tests/libs/Android.bp
@@ -15,6 +15,7 @@
//
package {
+ default_team: "trendy_team_native_tools_libraries",
default_applicable_licenses: ["bionic_tests_license"],
}