summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 14:00:13 +0000
committerRonish Kalia <ronish@google.com>2024-04-22 15:05:16 +0000
commit040c837fea047b1a2cd43b560c2d4fbd87460f9a (patch)
tree28b922cc1e05ce6d54dae2b3c17fc5f31ef979de
parenta1c82b7c3d0c63d1ebc8549e2f61bbc19a6855f5 (diff)
downloadbramble-040c837fea047b1a2cd43b560c2d4fbd87460f9a.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: I6d38ff74b66f6d4b8bb46116d1b2876b8555b25e
-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 1ce0641..a203771 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 f4e3ac5..252cf81 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"],
}