summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonish Kalia <ronish@google.com>2024-04-23 16:14:47 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-23 16:14:47 +0000
commit2fd626392981bdfe387cea32e9096e27c3c64913 (patch)
treece4b851fd8267396b22ce4ba54feeeb90951dc24
parentd921d883426a8073300d91cd01dc436f39ceffde (diff)
parent56c4b6b7dc55f30ed625e5d46a2df7c5252dba2f (diff)
downloadex-master.tar.gz
Merge "Migrate Test Targets to New Android Ownership Model" into mainHEADmastermain
-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"],
}