summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya Choudhary <caditya@google.com>2024-02-02 13:55:58 +0000
committerAditya Choudhary <caditya@google.com>2024-02-02 13:55:58 +0000
commit6f1c61e5469fbe0a7b7798bc778d9d691811224e (patch)
tree0bc3f5ced3b7c3d5f249607a9f6b0d54bc563f54
parent1bd715bcdf1bb274ce17299791426592150067b3 (diff)
downloadcar-6f1c61e5469fbe0a7b7798bc778d9d691811224e.tar.gz
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
-rw-r--r--emulator/usbpt/usbip-service/Android.bp5
-rw-r--r--emulator/vhal_aidl/VehicleEmulator/test/Android.bp1
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"],
}