summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 13:58:07 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 13:58:07 +0000
commit7b48f2d949c0a84481aad74d119f45c1e8adc220 (patch)
treeced5bd6637b67ed45b19c58383f097e458c32d30
parent8245ab63b50a412741a2b3581ca3a8023e1448b3 (diff)
downloadsunfish-7b48f2d949c0a84481aad74d119f45c1e8adc220.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: If679269a3f7f22ee74b7280ca8f3bf877bf0658d
-rw-r--r--vibrator/common/bench/Android.bp1
-rw-r--r--vibrator/drv2624/bench/Android.bp1
-rw-r--r--vibrator/drv2624/tests/Android.bp1
3 files changed, 3 insertions, 0 deletions
diff --git a/vibrator/common/bench/Android.bp b/vibrator/common/bench/Android.bp
index 7cda2ddb..3a657402 100644
--- a/vibrator/common/bench/Android.bp
+++ b/vibrator/common/bench/Android.bp
@@ -14,6 +14,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_pixel_system_sw_sensor",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/vibrator/drv2624/bench/Android.bp b/vibrator/drv2624/bench/Android.bp
index dec9f3e5..64b6f6cc 100644
--- a/vibrator/drv2624/bench/Android.bp
+++ b/vibrator/drv2624/bench/Android.bp
@@ -14,6 +14,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_android_kernel",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/vibrator/drv2624/tests/Android.bp b/vibrator/drv2624/tests/Android.bp
index 00fbf7d8..68e1dd8f 100644
--- a/vibrator/drv2624/tests/Android.bp
+++ b/vibrator/drv2624/tests/Android.bp
@@ -14,6 +14,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_android_kernel",
default_applicable_licenses: ["Android-Apache-2.0"],
}