diff --git a/automotive/audiocontrol/1.0/default/test/fuzzer/Android.bp b/automotive/audiocontrol/1.0/default/test/fuzzer/Android.bp index 4308d52b67..d63695d95e 100644 --- a/automotive/audiocontrol/1.0/default/test/fuzzer/Android.bp +++ b/automotive/audiocontrol/1.0/default/test/fuzzer/Android.bp @@ -19,6 +19,7 @@ */ package { + default_team: "trendy_team_aaos_framework", // 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/aidl/vts/Android.bp b/automotive/audiocontrol/aidl/vts/Android.bp index c73ad7939b..d94ad556dc 100644 --- a/automotive/audiocontrol/aidl/vts/Android.bp +++ b/automotive/audiocontrol/aidl/vts/Android.bp @@ -13,6 +13,7 @@ // limitations under the License. package { + default_team: "trendy_team_aaos_framework", // 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/can/1.0/default/tests/fuzzer/Android.bp b/automotive/can/1.0/default/tests/fuzzer/Android.bp index de0b96fbd5..01c8a9d233 100644 --- a/automotive/can/1.0/default/tests/fuzzer/Android.bp +++ b/automotive/can/1.0/default/tests/fuzzer/Android.bp @@ -16,6 +16,7 @@ */ package { + default_team: "trendy_team_connectivity_telemetry", // 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/can/1.0/tools/libprotocan/tests/Android.bp b/automotive/can/1.0/tools/libprotocan/tests/Android.bp index 251cc061cd..f7e6d87157 100644 --- a/automotive/can/1.0/tools/libprotocan/tests/Android.bp +++ b/automotive/can/1.0/tools/libprotocan/tests/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/evs/1.1/vts/fuzzing/Android.bp b/automotive/evs/1.1/vts/fuzzing/Android.bp index 1764821ad6..909d80d18d 100644 --- a/automotive/evs/1.1/vts/fuzzing/Android.bp +++ b/automotive/evs/1.1/vts/fuzzing/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/evs/aidl/impl/default/Android.bp b/automotive/evs/aidl/impl/default/Android.bp index 3d5b7c4956..7818804f5f 100644 --- a/automotive/evs/aidl/impl/default/Android.bp +++ b/automotive/evs/aidl/impl/default/Android.bp @@ -13,6 +13,7 @@ // limitations under the License. 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/evs/common/utils/default/test/fuzz/Android.bp b/automotive/evs/common/utils/default/test/fuzz/Android.bp index a2cf27383f..b4581e43a3 100644 --- a/automotive/evs/common/utils/default/test/fuzz/Android.bp +++ b/automotive/evs/common/utils/default/test/fuzz/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" @@ -25,12 +26,12 @@ package { cc_fuzz { host_supported: true, - name : "FormatConvertFuzzer_copyNV21toRGB32", + name: "FormatConvertFuzzer_copyNV21toRGB32", srcs: [ "FormatConvertFuzzer.cpp", ], static_libs: [ - "android.hardware.automotive.evs@common-default-lib" + "android.hardware.automotive.evs@common-default-lib", ], cflags: [ "-DCOPY_NV21_TO_RGB32", @@ -39,12 +40,12 @@ cc_fuzz { cc_fuzz { host_supported: true, - name : "FormatConvertFuzzer_copyNV21toBGR32", + name: "FormatConvertFuzzer_copyNV21toBGR32", srcs: [ "FormatConvertFuzzer.cpp", ], static_libs: [ - "android.hardware.automotive.evs@common-default-lib" + "android.hardware.automotive.evs@common-default-lib", ], cflags: [ "-DCOPY_NV21_TO_BGR32", @@ -53,12 +54,12 @@ cc_fuzz { cc_fuzz { host_supported: true, - name : "FormatConvertFuzzer_copyYV12toRGB32", + name: "FormatConvertFuzzer_copyYV12toRGB32", srcs: [ "FormatConvertFuzzer.cpp", ], static_libs: [ - "android.hardware.automotive.evs@common-default-lib" + "android.hardware.automotive.evs@common-default-lib", ], cflags: [ "-DCOPY_YV12_TO_RGB32", @@ -67,12 +68,12 @@ cc_fuzz { cc_fuzz { host_supported: true, - name : "FormatConvertFuzzer_copyYV12toBGR32", + name: "FormatConvertFuzzer_copyYV12toBGR32", srcs: [ "FormatConvertFuzzer.cpp", ], static_libs: [ - "android.hardware.automotive.evs@common-default-lib" + "android.hardware.automotive.evs@common-default-lib", ], cflags: [ "-DCOPY_YV12_TO_BGR32", @@ -81,12 +82,12 @@ cc_fuzz { cc_fuzz { host_supported: true, - name : "FormatConvertFuzzer_copyYUYVtoRGB32", + name: "FormatConvertFuzzer_copyYUYVtoRGB32", srcs: [ "FormatConvertFuzzer.cpp", ], static_libs: [ - "android.hardware.automotive.evs@common-default-lib" + "android.hardware.automotive.evs@common-default-lib", ], cflags: [ "-DCOPY_YUYV_TO_RGB32", @@ -95,12 +96,12 @@ cc_fuzz { cc_fuzz { host_supported: true, - name : "FormatConvertFuzzer_copyYUYVtoBGR32", + name: "FormatConvertFuzzer_copyYUYVtoBGR32", srcs: [ "FormatConvertFuzzer.cpp", ], static_libs: [ - "android.hardware.automotive.evs@common-default-lib" + "android.hardware.automotive.evs@common-default-lib", ], cflags: [ "-DCOPY_YUYV_TO_BGR32", diff --git a/automotive/ivn_android_device/impl/default/test/Android.bp b/automotive/ivn_android_device/impl/default/test/Android.bp index a100575de3..1873e79828 100644 --- a/automotive/ivn_android_device/impl/default/test/Android.bp +++ b/automotive/ivn_android_device/impl/default/test/Android.bp @@ -15,6 +15,7 @@ */ package { + default_team: "trendy_team_android_kernel", default_applicable_licenses: ["Android-Apache-2.0"], } diff --git a/automotive/ivn_android_device/vts/Android.bp b/automotive/ivn_android_device/vts/Android.bp index e4b9d641ae..07388f3393 100644 --- a/automotive/ivn_android_device/vts/Android.bp +++ b/automotive/ivn_android_device/vts/Android.bp @@ -15,6 +15,7 @@ */ package { + default_team: "trendy_team_aaos_framework", // 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/occupant_awareness/aidl/default/Android.bp b/automotive/occupant_awareness/aidl/default/Android.bp index dc280dfd3f..5f009d8a4a 100644 --- a/automotive/occupant_awareness/aidl/default/Android.bp +++ b/automotive/occupant_awareness/aidl/default/Android.bp @@ -15,6 +15,7 @@ */ package { + default_team: "trendy_team_android_kernel", // 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/occupant_awareness/aidl/vts/functional/Android.bp b/automotive/occupant_awareness/aidl/vts/functional/Android.bp index f248aa9f4e..648dd495ca 100644 --- a/automotive/occupant_awareness/aidl/vts/functional/Android.bp +++ b/automotive/occupant_awareness/aidl/vts/functional/Android.bp @@ -1,4 +1,5 @@ package { + default_team: "trendy_team_aaos_framework", // 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/remoteaccess/hal/default/Android.bp b/automotive/remoteaccess/hal/default/Android.bp index 97ed2c12f0..9d86740581 100644 --- a/automotive/remoteaccess/hal/default/Android.bp +++ b/automotive/remoteaccess/hal/default/Android.bp @@ -15,6 +15,7 @@ */ package { + default_team: "trendy_team_aaos_framework", default_applicable_licenses: ["Android-Apache-2.0"], } diff --git a/automotive/remoteaccess/hal/default/test/Android.bp b/automotive/remoteaccess/hal/default/test/Android.bp index 227175a611..378a3307a0 100644 --- a/automotive/remoteaccess/hal/default/test/Android.bp +++ b/automotive/remoteaccess/hal/default/test/Android.bp @@ -13,6 +13,7 @@ // limitations under the License. package { + default_team: "trendy_team_aaos_framework", default_applicable_licenses: ["Android-Apache-2.0"], } diff --git a/automotive/remoteaccess/test_grpc_server/impl/Android.bp b/automotive/remoteaccess/test_grpc_server/impl/Android.bp index fd174bf817..8d8d72aa08 100644 --- a/automotive/remoteaccess/test_grpc_server/impl/Android.bp +++ b/automotive/remoteaccess/test_grpc_server/impl/Android.bp @@ -13,6 +13,7 @@ // limitations under the License. package { + default_team: "trendy_team_aaos_framework", // 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/sv/1.0/default/tests/fuzzer/Android.bp b/automotive/sv/1.0/default/tests/fuzzer/Android.bp index 696bfadafc..accc470e28 100644 --- a/automotive/sv/1.0/default/tests/fuzzer/Android.bp +++ b/automotive/sv/1.0/default/tests/fuzzer/Android.bp @@ -16,6 +16,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/vehicle/2.0/default/Android.bp b/automotive/vehicle/2.0/default/Android.bp index 586a98e08d..94a58821ed 100644 --- a/automotive/vehicle/2.0/default/Android.bp +++ b/automotive/vehicle/2.0/default/Android.bp @@ -13,6 +13,7 @@ // limitations under the License. package { + default_team: "trendy_team_aaos_framework", // 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/vehicle/2.0/utils/Android.bp b/automotive/vehicle/2.0/utils/Android.bp index 770d4471fe..802b4b35a4 100644 --- a/automotive/vehicle/2.0/utils/Android.bp +++ b/automotive/vehicle/2.0/utils/Android.bp @@ -14,6 +14,7 @@ // User HAL helper library. package { + default_team: "trendy_team_aaos_framework", // 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/vehicle/aidl/aidl_test/Android.bp b/automotive/vehicle/aidl/aidl_test/Android.bp index bb976af3bd..2dc9ee183d 100644 --- a/automotive/vehicle/aidl/aidl_test/Android.bp +++ b/automotive/vehicle/aidl/aidl_test/Android.bp @@ -15,6 +15,7 @@ */ package { + default_team: "trendy_team_aaos_framework", default_applicable_licenses: ["Android-Apache-2.0"], } diff --git a/automotive/vehicle/aidl/impl/default_config/JsonConfigLoader/test/Android.bp b/automotive/vehicle/aidl/impl/default_config/JsonConfigLoader/test/Android.bp index dae37b9ae0..abf15c5429 100644 --- a/automotive/vehicle/aidl/impl/default_config/JsonConfigLoader/test/Android.bp +++ b/automotive/vehicle/aidl/impl/default_config/JsonConfigLoader/test/Android.bp @@ -15,6 +15,7 @@ */ package { + default_team: "trendy_team_aaos_framework", default_applicable_licenses: ["Android-Apache-2.0"], } diff --git a/automotive/vehicle/aidl/impl/default_config/test/Android.bp b/automotive/vehicle/aidl/impl/default_config/test/Android.bp index 8702eae053..651ed903af 100644 --- a/automotive/vehicle/aidl/impl/default_config/test/Android.bp +++ b/automotive/vehicle/aidl/impl/default_config/test/Android.bp @@ -15,6 +15,7 @@ */ package { + default_team: "trendy_team_aaos_framework", default_applicable_licenses: ["Android-Apache-2.0"], } diff --git a/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/test/Android.bp b/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/test/Android.bp index 2eef13c6e9..4bc0b123de 100644 --- a/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/test/Android.bp +++ b/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/test/Android.bp @@ -15,6 +15,7 @@ */ package { + default_team: "trendy_team_automotive", default_applicable_licenses: ["Android-Apache-2.0"], } diff --git a/automotive/vehicle/aidl/impl/fake_impl/hardware/test/Android.bp b/automotive/vehicle/aidl/impl/fake_impl/hardware/test/Android.bp index b763d2f55d..9819f3cd3d 100644 --- a/automotive/vehicle/aidl/impl/fake_impl/hardware/test/Android.bp +++ b/automotive/vehicle/aidl/impl/fake_impl/hardware/test/Android.bp @@ -15,6 +15,7 @@ */ package { + default_team: "trendy_team_aaos_framework", default_applicable_licenses: ["Android-Apache-2.0"], } diff --git a/automotive/vehicle/aidl/impl/fake_impl/obd2frame/test/Android.bp b/automotive/vehicle/aidl/impl/fake_impl/obd2frame/test/Android.bp index 55b8c9399e..7c7c0ab9d2 100644 --- a/automotive/vehicle/aidl/impl/fake_impl/obd2frame/test/Android.bp +++ b/automotive/vehicle/aidl/impl/fake_impl/obd2frame/test/Android.bp @@ -15,6 +15,7 @@ */ package { + default_team: "trendy_team_aaos_framework", default_applicable_licenses: ["Android-Apache-2.0"], } diff --git a/automotive/vehicle/aidl/impl/fake_impl/userhal/test/Android.bp b/automotive/vehicle/aidl/impl/fake_impl/userhal/test/Android.bp index 7d0a534b85..30411f27a5 100644 --- a/automotive/vehicle/aidl/impl/fake_impl/userhal/test/Android.bp +++ b/automotive/vehicle/aidl/impl/fake_impl/userhal/test/Android.bp @@ -15,6 +15,7 @@ */ package { + default_team: "trendy_team_aaos_framework", default_applicable_licenses: ["Android-Apache-2.0"], } diff --git a/automotive/vehicle/aidl/impl/grpc/test/Android.bp b/automotive/vehicle/aidl/impl/grpc/test/Android.bp index e53826f7f3..b3c6089a51 100644 --- a/automotive/vehicle/aidl/impl/grpc/test/Android.bp +++ b/automotive/vehicle/aidl/impl/grpc/test/Android.bp @@ -13,6 +13,7 @@ // limitations under the License. package { + default_team: "trendy_team_automotive", default_applicable_licenses: ["Android-Apache-2.0"], } diff --git a/automotive/vehicle/aidl/impl/grpc/utils/proto_message_converter/Android.bp b/automotive/vehicle/aidl/impl/grpc/utils/proto_message_converter/Android.bp index 2b4059c912..52ef7beefb 100644 --- a/automotive/vehicle/aidl/impl/grpc/utils/proto_message_converter/Android.bp +++ b/automotive/vehicle/aidl/impl/grpc/utils/proto_message_converter/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/vehicle/aidl/impl/utils/common/test/Android.bp b/automotive/vehicle/aidl/impl/utils/common/test/Android.bp index dd43712558..69ec7a2387 100644 --- a/automotive/vehicle/aidl/impl/utils/common/test/Android.bp +++ b/automotive/vehicle/aidl/impl/utils/common/test/Android.bp @@ -15,6 +15,7 @@ */ package { + default_team: "trendy_team_aaos_framework", default_applicable_licenses: ["Android-Apache-2.0"], } diff --git a/automotive/vehicle/aidl/impl/vhal/Android.bp b/automotive/vehicle/aidl/impl/vhal/Android.bp index 39295aafc8..e263d875d9 100644 --- a/automotive/vehicle/aidl/impl/vhal/Android.bp +++ b/automotive/vehicle/aidl/impl/vhal/Android.bp @@ -15,6 +15,7 @@ */ package { + default_team: "trendy_team_aaos_framework", default_applicable_licenses: ["Android-Apache-2.0"], } diff --git a/automotive/vehicle/aidl/impl/vhal/test/Android.bp b/automotive/vehicle/aidl/impl/vhal/test/Android.bp index 7122aa5230..d6c2f8ef12 100644 --- a/automotive/vehicle/aidl/impl/vhal/test/Android.bp +++ b/automotive/vehicle/aidl/impl/vhal/test/Android.bp @@ -15,6 +15,7 @@ */ package { + default_team: "trendy_team_aaos_framework", default_applicable_licenses: ["Android-Apache-2.0"], } diff --git a/biometrics/common/thread/Android.bp b/biometrics/common/thread/Android.bp index a497d01524..e7a7e4c98a 100644 --- a/biometrics/common/thread/Android.bp +++ b/biometrics/common/thread/Android.bp @@ -1,3 +1,7 @@ +package { + default_team: "trendy_team_biometrics_framework", +} + cc_library { // See: http://go/android-license-faq // A large-scale-change added 'default_applicable_licenses' to import diff --git a/biometrics/face/aidl/default/Android.bp b/biometrics/face/aidl/default/Android.bp index 4e8390a64e..685639c15e 100644 --- a/biometrics/face/aidl/default/Android.bp +++ b/biometrics/face/aidl/default/Android.bp @@ -1,4 +1,5 @@ package { + default_team: "trendy_team_biometrics_framework", // 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/biometrics/face/aidl/vts/Android.bp b/biometrics/face/aidl/vts/Android.bp index f62c4e4b01..e037eac7b3 100644 --- a/biometrics/face/aidl/vts/Android.bp +++ b/biometrics/face/aidl/vts/Android.bp @@ -1,4 +1,5 @@ package { + default_team: "trendy_team_biometrics_framework", // 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/biometrics/fingerprint/2.3/vts/functional/Android.bp b/biometrics/fingerprint/2.3/vts/functional/Android.bp index 100aa29cd0..c29976141c 100644 --- a/biometrics/fingerprint/2.3/vts/functional/Android.bp +++ b/biometrics/fingerprint/2.3/vts/functional/Android.bp @@ -15,6 +15,7 @@ */ package { + default_team: "trendy_team_biometrics_framework", // 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/biometrics/fingerprint/aidl/default/Android.bp b/biometrics/fingerprint/aidl/default/Android.bp index c3ec4d0f44..115e5b07a8 100644 --- a/biometrics/fingerprint/aidl/default/Android.bp +++ b/biometrics/fingerprint/aidl/default/Android.bp @@ -1,4 +1,5 @@ package { + default_team: "trendy_team_biometrics_framework", // 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/biometrics/fingerprint/aidl/vts/Android.bp b/biometrics/fingerprint/aidl/vts/Android.bp index 1652905380..fc32fe6cad 100644 --- a/biometrics/fingerprint/aidl/vts/Android.bp +++ b/biometrics/fingerprint/aidl/vts/Android.bp @@ -1,4 +1,5 @@ package { + default_team: "trendy_team_biometrics_framework", // 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"