From 4f5c1ac5bc23ea70d1701b64d4548a5047ba9bec Mon Sep 17 00:00:00 2001 From: Aditya Choudhary Date: Mon, 5 Feb 2024 15:41:26 +0000 Subject: [PATCH] [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, go/new-android-ownership-model Bug: 304529413 Test: N/A (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:3f65505208d57fa18be353f815c44fdd6f004f4b) Merged-In: I7fbd55a92f4302a6e03bcff0283737fd9295165d Change-Id: I7fbd55a92f4302a6e03bcff0283737fd9295165d --- Android.bp | 1 + protos/Android.bp | 1 + src/com/android/settings/fuelgauge/protos/Android.bp | 1 + tests/anomaly-tester/Android.bp | 1 + tests/componenttests/Android.bp | 1 + tests/legacy_unit/InstrumentedEntitlementApp/Android.bp | 1 + tests/perftests/Android.bp | 1 + tests/robotests/Android.bp | 1 + tests/spa_unit/Android.bp | 1 + tests/uitests/Android.bp | 1 + tests/unit/Android.bp | 1 + 11 files changed, 11 insertions(+) diff --git a/Android.bp b/Android.bp index 737c16cc3f6..1b7d20eba66 100644 --- a/Android.bp +++ b/Android.bp @@ -1,4 +1,5 @@ package { + default_team: "trendy_team_android_settings_app", default_applicable_licenses: ["packages_apps_Settings_license"], } diff --git a/protos/Android.bp b/protos/Android.bp index d546e2db7fe..560851a0862 100644 --- a/protos/Android.bp +++ b/protos/Android.bp @@ -1,4 +1,5 @@ package { + default_team: "trendy_team_android_settings_app", // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "packages_apps_Settings_license" diff --git a/src/com/android/settings/fuelgauge/protos/Android.bp b/src/com/android/settings/fuelgauge/protos/Android.bp index 531bdc32293..462962b63c5 100644 --- a/src/com/android/settings/fuelgauge/protos/Android.bp +++ b/src/com/android/settings/fuelgauge/protos/Android.bp @@ -1,4 +1,5 @@ package { + default_team: "trendy_team_android_settings_app", // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "packages_apps_Settings_license" diff --git a/tests/anomaly-tester/Android.bp b/tests/anomaly-tester/Android.bp index 0b05e04ffac..d437a6c9de3 100644 --- a/tests/anomaly-tester/Android.bp +++ b/tests/anomaly-tester/Android.bp @@ -1,4 +1,5 @@ package { + default_team: "trendy_team_android_settings_app", // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "packages_apps_Settings_license" diff --git a/tests/componenttests/Android.bp b/tests/componenttests/Android.bp index 300a338bd50..48d3ab0af5c 100644 --- a/tests/componenttests/Android.bp +++ b/tests/componenttests/Android.bp @@ -2,6 +2,7 @@ // Settings Component test target. # //############################################################ package { + default_team: "trendy_team_android_settings_app", // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "packages_apps_Settings_license" diff --git a/tests/legacy_unit/InstrumentedEntitlementApp/Android.bp b/tests/legacy_unit/InstrumentedEntitlementApp/Android.bp index 1ec108a53bc..cc0e63d00dc 100644 --- a/tests/legacy_unit/InstrumentedEntitlementApp/Android.bp +++ b/tests/legacy_unit/InstrumentedEntitlementApp/Android.bp @@ -13,6 +13,7 @@ // limitations under the License. package { + default_team: "trendy_team_android_settings_app", // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "packages_apps_Settings_license" diff --git a/tests/perftests/Android.bp b/tests/perftests/Android.bp index 7d3b75bb021..7e3a8aa6c75 100644 --- a/tests/perftests/Android.bp +++ b/tests/perftests/Android.bp @@ -1,4 +1,5 @@ package { + default_team: "trendy_team_android_settings_app", // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "packages_apps_Settings_license" diff --git a/tests/robotests/Android.bp b/tests/robotests/Android.bp index d313878b2fa..56482904be8 100644 --- a/tests/robotests/Android.bp +++ b/tests/robotests/Android.bp @@ -1,4 +1,5 @@ package { + default_team: "trendy_team_android_settings_app", // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "packages_apps_Settings_license" diff --git a/tests/spa_unit/Android.bp b/tests/spa_unit/Android.bp index 4df625420eb..d98cf42b12c 100644 --- a/tests/spa_unit/Android.bp +++ b/tests/spa_unit/Android.bp @@ -15,6 +15,7 @@ // package { + default_team: "trendy_team_android_settings_app", default_applicable_licenses: ["packages_apps_Settings_license"], } diff --git a/tests/uitests/Android.bp b/tests/uitests/Android.bp index f3f52018bb7..d5852b30141 100644 --- a/tests/uitests/Android.bp +++ b/tests/uitests/Android.bp @@ -13,6 +13,7 @@ // limitations under the License. package { + default_team: "trendy_team_android_settings_app", // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "packages_apps_Settings_license" diff --git a/tests/unit/Android.bp b/tests/unit/Android.bp index 9d2d6865d07..0f844d00b43 100644 --- a/tests/unit/Android.bp +++ b/tests/unit/Android.bp @@ -1,4 +1,5 @@ package { + default_team: "trendy_team_android_settings_app", // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "packages_apps_Settings_license"