From 040c837fea047b1a2cd43b560c2d4fbd87460f9a Mon Sep 17 00:00:00 2001 From: Aditya Choudhary Date: Fri, 2 Feb 2024 14:00:13 +0000 Subject: 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 --- vibrator/drv2624/bench/Android.bp | 1 + vibrator/drv2624/tests/Android.bp | 1 + 2 files changed, 2 insertions(+) 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"], } -- cgit v1.2.3