summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 13:55:50 +0000
committerRonish Kalia <ronish@google.com>2024-04-22 15:00:48 +0000
commit5b34da45aa8d9007e55fa5b664917661152cdf7b (patch)
treea4e50a136fdbb1424cf8f706b3468a3b54c01c6c
parent0222c2951b94d87e1c4c8ed7602722dfdf12fae4 (diff)
downloadbarbet-5b34da45aa8d9007e55fa5b664917661152cdf7b.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: I54cd70acb1b5d7ca2bd5725e1c0e113b064602df
-rw-r--r--vibrator/drv2624/bench/Android.bp1
-rw-r--r--vibrator/drv2624/tests/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/vibrator/drv2624/bench/Android.bp b/vibrator/drv2624/bench/Android.bp
index 6ae6a78..6c4f028 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_pixel_system_sw_touch_haptic",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/vibrator/drv2624/tests/Android.bp b/vibrator/drv2624/tests/Android.bp
index dbede0b..7d0f03c 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_pixel_system_sw_touch_haptic",
default_applicable_licenses: ["Android-Apache-2.0"],
}