From 6f1c61e5469fbe0a7b7798bc778d9d691811224e Mon Sep 17 00:00:00 2001 From: Aditya Choudhary Date: Fri, 2 Feb 2024 13:55:58 +0000 Subject: Migrate Test Targets to New Android Ownership Model This CL is created as a best effort to migrate test targets to the new Android ownership model. It is based on historical data from repository history and insights from git blame. Given the nature of this effort, there may be instances of incorrect attribution. If you find incorrect or unnecessary attribution in this CL, please create a new CL to fix that. For detailed guidelines and further information on the migration please refer to the link below, go/new-android-ownership-model Bug: 304529413 Test: N/A Change-Id: I3eaec1e7759bf1880c2bf5e86ea02cc26138c9b6 --- emulator/usbpt/usbip-service/Android.bp | 5 +++-- emulator/vhal_aidl/VehicleEmulator/test/Android.bp | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/emulator/usbpt/usbip-service/Android.bp b/emulator/usbpt/usbip-service/Android.bp index 9ad8446..265e5ba 100644 --- a/emulator/usbpt/usbip-service/Android.bp +++ b/emulator/usbpt/usbip-service/Android.bp @@ -1,4 +1,5 @@ package { + default_team: "trendy_team_pixel_system_sw_security", default_applicable_licenses: ["external_usbip-service_license"], } @@ -32,7 +33,7 @@ cc_binary { init_rc: ["usbip-service.rc"], defaults: ["usbip_defaults"], srcs: [ - "UsbIpService.cpp" + "UsbIpService.cpp", ], static_libs: [ "usbip_utils", @@ -43,7 +44,7 @@ cc_library { name: "usbip_utils", defaults: ["usbip_defaults"], srcs: [ - "UsbIpUtils.cpp" + "UsbIpUtils.cpp", ], export_include_dirs: ["./"], } diff --git a/emulator/vhal_aidl/VehicleEmulator/test/Android.bp b/emulator/vhal_aidl/VehicleEmulator/test/Android.bp index 700ee42..025a368 100644 --- a/emulator/vhal_aidl/VehicleEmulator/test/Android.bp +++ b/emulator/vhal_aidl/VehicleEmulator/test/Android.bp @@ -15,6 +15,7 @@ */ package { + default_team: "trendy_team_aaos_framework", default_applicable_licenses: ["device_generic_car_license"], } -- cgit v1.2.3