diff options
| author | 2024-04-04 06:36:38 +0000 | |
|---|---|---|
| committer | 2024-04-04 06:36:53 +0000 | |
| commit | 9430cdaea2f7ae629228caff95e880be9ececd1c (patch) | |
| tree | 471bfafb6af139be6bcd2c412c7aa76d87331597 | |
| parent | 093c0d8914a5d331fce0acbcb8d791b340c45553 (diff) | |
Migrate Test Targets to New Android Ownership Model
For detailed guidelines and further information on the migration please refer to the link below,
go/new-android-ownership-model
Bug: 304529413
Change-Id: I435534a2953e4d937b78a9a374e32f3d01773211
| -rw-r--r-- | tests/UsbManagerTests/Android.bp | 1 | ||||
| -rw-r--r-- | tests/UsbTests/Android.bp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/UsbManagerTests/Android.bp b/tests/UsbManagerTests/Android.bp index c02d8e96abb0..a0bb84d09664 100644 --- a/tests/UsbManagerTests/Android.bp +++ b/tests/UsbManagerTests/Android.bp @@ -21,6 +21,7 @@ package { // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["frameworks_base_license"], + default_team: "trendy_team_android_usb", } android_test { diff --git a/tests/UsbTests/Android.bp b/tests/UsbTests/Android.bp index 92c271165ad7..c4ebdecae735 100644 --- a/tests/UsbTests/Android.bp +++ b/tests/UsbTests/Android.bp @@ -21,6 +21,7 @@ package { // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: ["frameworks_base_license"], + default_team: "trendy_team_android_usb", } android_test { |