From e98053df641a95cb1e76155e56026fdb2ba917d8 Mon Sep 17 00:00:00 2001 From: Yihan Dong Date: Sat, 12 Oct 2024 09:12:11 +0000 Subject: [PATCH] Add proposed trendy teams for VTS modules Change-Id: I0963047f136d530ec3dd112a168b066952f24d8b Test: build locally Bug: 368362374 --- automotive/audiocontrol/1.0/vts/functional/Android.bp | 1 + automotive/audiocontrol/2.0/vts/functional/Android.bp | 1 + 2 files changed, 2 insertions(+) diff --git a/automotive/audiocontrol/1.0/vts/functional/Android.bp b/automotive/audiocontrol/1.0/vts/functional/Android.bp index 15c480aec5..fe5be81f84 100644 --- a/automotive/audiocontrol/1.0/vts/functional/Android.bp +++ b/automotive/audiocontrol/1.0/vts/functional/Android.bp @@ -15,6 +15,7 @@ // package { + default_team: "trendy_team_automotive", // 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/automotive/audiocontrol/2.0/vts/functional/Android.bp b/automotive/audiocontrol/2.0/vts/functional/Android.bp index cb7a54d79b..597aaa30fa 100644 --- a/automotive/audiocontrol/2.0/vts/functional/Android.bp +++ b/automotive/audiocontrol/2.0/vts/functional/Android.bp @@ -15,6 +15,7 @@ // package { + default_team: "trendy_team_automotive", // 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"