aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhuoyao Zhang <zhuoyao@google.com>2024-04-25 20:53:13 +0000
committerZhuoyao Zhang <zhuoyao@google.com>2024-04-25 22:34:34 +0000
commite88b47c119b5d5e219f6355e379d4f4852e74885 (patch)
tree7075ced56cd737a9f16785d6811b21e98c679ecc
parentc6e4a86b0391830ccc2ee6e81be2482a2dc6e659 (diff)
downloadbuild-e88b47c119b5d5e219f6355e379d4f4852e74885.tar.gz
Define trendy_team_adte under build/make
trendy_team_adte was defined under tools/asuite, this causes build error for builds that does not contain that project. Move the definition to build/make so it is avaialve for all builds. Test: None Change-Id: I965d460ef556027c0c7dc6dc0ec3434d8898d4b7
-rw-r--r--teams/Android.bp7
1 files changed, 7 insertions, 0 deletions
diff --git a/teams/Android.bp b/teams/Android.bp
index a02a57392c..78efa61f03 100644
--- a/teams/Android.bp
+++ b/teams/Android.bp
@@ -4371,3 +4371,10 @@ team {
// go/trendy/manage/engineers/5810097836621824
trendy_team_id: "5810097836621824",
}
+
+team {
+ name: "trendy_team_adte",
+
+ // go/trendy/manage/engineers/5551098528825344
+ trendy_team_id: "5551098528825344",
+}