summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorterryguan <terryguan@google.com>2024-04-01 17:04:10 -0700
committerterryguan <terryguan@google.com>2024-04-01 17:07:21 -0700
commit473adb08703e2d57d61b56a5727f379ce96f4eb5 (patch)
tree5006ed1981a7e69c2861fe6fdac417cde55b3c27
parentac7e8364b2481986616965ca529667e68cd49da7 (diff)
downloadcar-473adb08703e2d57d61b56a5727f379ce96f4eb5.tar.gz
Add trendy_team_aaos_framework to Conn
Bug: 331421587 Test: make Change-Id: Ie36fe36ddc04dc8e5a2ae813510b177b9c9d61df
-rw-r--r--emulator/Conn/CommConn/Android.bp1
-rw-r--r--emulator/Conn/SocketComm/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/emulator/Conn/CommConn/Android.bp b/emulator/Conn/CommConn/Android.bp
index 9de4e08..3a64ba7 100644
--- a/emulator/Conn/CommConn/Android.bp
+++ b/emulator/Conn/CommConn/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_aaos_framework",
default_applicable_licenses: ["device_generic_car_license"],
}
diff --git a/emulator/Conn/SocketComm/Android.bp b/emulator/Conn/SocketComm/Android.bp
index 0a186d1..f302d5e 100644
--- a/emulator/Conn/SocketComm/Android.bp
+++ b/emulator/Conn/SocketComm/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_aaos_framework",
default_applicable_licenses: ["device_generic_car_license"],
}