From d719d219bba2d8dcecbc555672f2e44f2d8515df Mon Sep 17 00:00:00 2001 From: Yihan Dong Date: Sat, 12 Oct 2024 09:04:41 +0000 Subject: [PATCH] Add proposed trendy teams for VTS modules Change-Id: I4cf8802611eec791420c27432dc7e8b708960736 Test: build locally Bug: 368362374 --- bluetooth/1.0/vts/functional/Android.bp | 1 + bluetooth/1.1/vts/functional/Android.bp | 1 + bluetooth/aidl/vts/Android.bp | 1 + bluetooth/audio/2.0/vts/functional/Android.bp | 1 + bluetooth/audio/2.1/vts/functional/Android.bp | 1 + bluetooth/audio/aidl/vts/Android.bp | 1 + bluetooth/finder/aidl/vts/Android.bp | 1 + bluetooth/lmp_event/aidl/vts/Android.bp | 1 + bluetooth/ranging/aidl/vts/Android.bp | 1 + 9 files changed, 9 insertions(+) diff --git a/bluetooth/1.0/vts/functional/Android.bp b/bluetooth/1.0/vts/functional/Android.bp index 768142c073..7d76b897da 100644 --- a/bluetooth/1.0/vts/functional/Android.bp +++ b/bluetooth/1.0/vts/functional/Android.bp @@ -15,6 +15,7 @@ // package { + default_team: "trendy_team_bluetooth", // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "hardware_interfaces_license" diff --git a/bluetooth/1.1/vts/functional/Android.bp b/bluetooth/1.1/vts/functional/Android.bp index 7f566477b9..6b3a3e754f 100644 --- a/bluetooth/1.1/vts/functional/Android.bp +++ b/bluetooth/1.1/vts/functional/Android.bp @@ -15,6 +15,7 @@ // package { + default_team: "trendy_team_bluetooth", // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "hardware_interfaces_license" diff --git a/bluetooth/aidl/vts/Android.bp b/bluetooth/aidl/vts/Android.bp index c69ced413e..a08bdfcba7 100644 --- a/bluetooth/aidl/vts/Android.bp +++ b/bluetooth/aidl/vts/Android.bp @@ -1,4 +1,5 @@ package { + default_team: "trendy_team_bluetooth", // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "hardware_interfaces_license" diff --git a/bluetooth/audio/2.0/vts/functional/Android.bp b/bluetooth/audio/2.0/vts/functional/Android.bp index f5cb956e37..65ad8d0556 100644 --- a/bluetooth/audio/2.0/vts/functional/Android.bp +++ b/bluetooth/audio/2.0/vts/functional/Android.bp @@ -1,4 +1,5 @@ package { + default_team: "trendy_team_bluetooth", // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "hardware_interfaces_license" diff --git a/bluetooth/audio/2.1/vts/functional/Android.bp b/bluetooth/audio/2.1/vts/functional/Android.bp index cea7326d80..de858fcba7 100644 --- a/bluetooth/audio/2.1/vts/functional/Android.bp +++ b/bluetooth/audio/2.1/vts/functional/Android.bp @@ -1,4 +1,5 @@ package { + default_team: "trendy_team_bluetooth", // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "hardware_interfaces_license" diff --git a/bluetooth/audio/aidl/vts/Android.bp b/bluetooth/audio/aidl/vts/Android.bp index 884062a337..b0b095dec9 100644 --- a/bluetooth/audio/aidl/vts/Android.bp +++ b/bluetooth/audio/aidl/vts/Android.bp @@ -1,4 +1,5 @@ package { + default_team: "trendy_team_bluetooth", // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import // all of the 'license_kinds' from "hardware_interfaces_license" diff --git a/bluetooth/finder/aidl/vts/Android.bp b/bluetooth/finder/aidl/vts/Android.bp index 6b0285e8f2..49d2d45579 100644 --- a/bluetooth/finder/aidl/vts/Android.bp +++ b/bluetooth/finder/aidl/vts/Android.bp @@ -13,6 +13,7 @@ // limitations under the License. package { + default_team: "trendy_team_bluetooth", default_applicable_licenses: ["hardware_interfaces_license"], } diff --git a/bluetooth/lmp_event/aidl/vts/Android.bp b/bluetooth/lmp_event/aidl/vts/Android.bp index b89351ed16..a137434e7b 100644 --- a/bluetooth/lmp_event/aidl/vts/Android.bp +++ b/bluetooth/lmp_event/aidl/vts/Android.bp @@ -1,5 +1,6 @@ cc_test { name: "VtsHalLmpEventTargetTest", + team: "trendy_team_bluetooth", defaults: [ "VtsHalTargetTestDefaults", "use_libaidlvintf_gtest_helper_static", diff --git a/bluetooth/ranging/aidl/vts/Android.bp b/bluetooth/ranging/aidl/vts/Android.bp index ead9992186..9984ce8cf1 100644 --- a/bluetooth/ranging/aidl/vts/Android.bp +++ b/bluetooth/ranging/aidl/vts/Android.bp @@ -1,4 +1,5 @@ package { + default_team: "trendy_team_bluetooth", default_applicable_licenses: ["hardware_interfaces_license"], }