summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 14:03:12 +0000
committerRonish Kalia <ronish@google.com>2024-04-22 16:21:18 +0000
commit56c4b6b7dc55f30ed625e5d46a2df7c5252dba2f (patch)
treee72dc1cf2f64f93b3ebaeefd52b29d5aca9a5f8a
parentb8fa819b96b9d11959bc9caeff2ad61920d21dba (diff)
downloadex-56c4b6b7dc55f30ed625e5d46a2df7c5252dba2f.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: I32c5b843c646bbdca417793e93bb3abd54484755
-rw-r--r--camera2/portability/tests/Android.bp1
-rw-r--r--camera2/utils/tests/Android.bp1
-rw-r--r--common/tests/Android.bp1
3 files changed, 3 insertions, 0 deletions
diff --git a/camera2/portability/tests/Android.bp b/camera2/portability/tests/Android.bp
index d81c9bc7..d7e3987b 100644
--- a/camera2/portability/tests/Android.bp
+++ b/camera2/portability/tests/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_camera_framework",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/camera2/utils/tests/Android.bp b/camera2/utils/tests/Android.bp
index 1ef9d05e..78d1ee4e 100644
--- a/camera2/utils/tests/Android.bp
+++ b/camera2/utils/tests/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_camera_framework",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/common/tests/Android.bp b/common/tests/Android.bp
index b54c8998..5b68d057 100644
--- a/common/tests/Android.bp
+++ b/common/tests/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_system_ui_please_use_a_more_specific_subteam_if_possible_",
default_applicable_licenses: ["Android-Apache-2.0"],
}