summaryrefslogtreecommitdiff
path: root/tests/InputScreenshotTest
diff options
context:
space:
mode:
author Ronish Kalia <ronish@google.com> 2024-02-14 14:30:14 +0000
committer Ronish Kalia <ronish@google.com> 2024-02-14 18:08:36 +0000
commitf891397b5090d3976efd8637b82e045e20e57ff9 (patch)
tree2a8a27fd64d1fa73205a2544c3efb82ac06e4cd5 /tests/InputScreenshotTest
parent3092a9074b21f1e6c785001c565ebfb386f749d2 (diff)
[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, <add g3 doc link> Bug: 304529413 Test: N/A Change-Id: I6b6cf0abdd1fdb8fefa4184b3698f6951c192ac0
Diffstat (limited to 'tests/InputScreenshotTest')
-rw-r--r--tests/InputScreenshotTest/Android.bp1
-rw-r--r--tests/InputScreenshotTest/robotests/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/InputScreenshotTest/Android.bp b/tests/InputScreenshotTest/Android.bp
index 83ced2c2258f..927b101012c5 100644
--- a/tests/InputScreenshotTest/Android.bp
+++ b/tests/InputScreenshotTest/Android.bp
@@ -1,4 +1,5 @@
package {
+ default_team: "trendy_team_input_framework",
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "frameworks_base_license"
diff --git a/tests/InputScreenshotTest/robotests/Android.bp b/tests/InputScreenshotTest/robotests/Android.bp
index 912f4b8069b4..384f58aac15f 100644
--- a/tests/InputScreenshotTest/robotests/Android.bp
+++ b/tests/InputScreenshotTest/robotests/Android.bp
@@ -1,4 +1,5 @@
package {
+ default_team: "trendy_team_input_framework",
default_applicable_licenses: ["Android-Apache-2.0"],
}