summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 14:01:23 +0000
committerAlmaz Mingaleev <mingaleev@google.com>2024-02-02 14:58:11 +0000
commitb2753dfaef9cedbcbc7fade531e93252e733f856 (patch)
treed47328e072f15ae00340f7f8f36680dadb1031b4
parent3bb22593b5fbea149ff1ae7106ed7e7734542b90 (diff)
downloadtimezone-b2753dfaef9cedbcbc7fade531e93252e733f856.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: I568f7e8120c5c08677d762402131543998aa0b5d
-rw-r--r--apex/tests/Android.bp1
-rw-r--r--input_tools/android/common/Android.bp1
-rw-r--r--input_tools/android/telephonylookup_generator/Android.bp1
-rw-r--r--input_tools/android/tzids/Android.bp1
-rw-r--r--input_tools/android/tzlookup_generator/Android.bp1
-rw-r--r--input_tools/android/zone_compactor/Android.bp1
6 files changed, 6 insertions, 0 deletions
diff --git a/apex/tests/Android.bp b/apex/tests/Android.bp
index 24692c10..454f696b 100644
--- a/apex/tests/Android.bp
+++ b/apex/tests/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_java_core_libraries",
// http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/input_tools/android/common/Android.bp b/input_tools/android/common/Android.bp
index e5cb2ac5..ca27b6f5 100644
--- a/input_tools/android/common/Android.bp
+++ b/input_tools/android/common/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_java_core_libraries",
// http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/input_tools/android/telephonylookup_generator/Android.bp b/input_tools/android/telephonylookup_generator/Android.bp
index 30d9fe4e..92b8db59 100644
--- a/input_tools/android/telephonylookup_generator/Android.bp
+++ b/input_tools/android/telephonylookup_generator/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_java_core_libraries",
// http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/input_tools/android/tzids/Android.bp b/input_tools/android/tzids/Android.bp
index 869ab714..4a9160c0 100644
--- a/input_tools/android/tzids/Android.bp
+++ b/input_tools/android/tzids/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_java_core_libraries",
// http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/input_tools/android/tzlookup_generator/Android.bp b/input_tools/android/tzlookup_generator/Android.bp
index 84188004..d3c4ee77 100644
--- a/input_tools/android/tzlookup_generator/Android.bp
+++ b/input_tools/android/tzlookup_generator/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_java_core_libraries",
// http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/input_tools/android/zone_compactor/Android.bp b/input_tools/android/zone_compactor/Android.bp
index e325ca3c..3b19718d 100644
--- a/input_tools/android/zone_compactor/Android.bp
+++ b/input_tools/android/zone_compactor/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_java_core_libraries",
// http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}