From 04ef2121cd3016b174cc3bdf8229c3b9f34f09f0 Mon Sep 17 00:00:00 2001 From: Aditya Choudhary Date: Fri, 2 Feb 2024 14:00:43 +0000 Subject: [PATCH] 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: Ibe1360ca3f7eb919834715aa90b0b842fbcd0692 --- .../1.0/default/test/fuzzer/Android.bp | 1 + automotive/audiocontrol/aidl/vts/Android.bp | 1 + .../can/1.0/default/tests/fuzzer/Android.bp | 1 + .../1.0/tools/libprotocan/tests/Android.bp | 1 + automotive/evs/1.1/vts/fuzzing/Android.bp | 1 + automotive/evs/aidl/impl/default/Android.bp | 1 + .../common/utils/default/test/fuzz/Android.bp | 25 ++++++++++--------- .../impl/default/test/Android.bp | 1 + automotive/ivn_android_device/vts/Android.bp | 1 + .../aidl/default/Android.bp | 1 + .../aidl/vts/functional/Android.bp | 1 + .../remoteaccess/hal/default/Android.bp | 1 + .../remoteaccess/hal/default/test/Android.bp | 1 + .../test_grpc_server/impl/Android.bp | 1 + .../sv/1.0/default/tests/fuzzer/Android.bp | 1 + automotive/vehicle/2.0/default/Android.bp | 1 + automotive/vehicle/2.0/utils/Android.bp | 1 + automotive/vehicle/aidl/aidl_test/Android.bp | 1 + .../JsonConfigLoader/test/Android.bp | 1 + .../aidl/impl/default_config/test/Android.bp | 1 + .../fake_impl/GeneratorHub/test/Android.bp | 1 + .../impl/fake_impl/hardware/test/Android.bp | 1 + .../impl/fake_impl/obd2frame/test/Android.bp | 1 + .../impl/fake_impl/userhal/test/Android.bp | 1 + .../vehicle/aidl/impl/grpc/test/Android.bp | 1 + .../utils/proto_message_converter/Android.bp | 1 + .../aidl/impl/utils/common/test/Android.bp | 1 + automotive/vehicle/aidl/impl/vhal/Android.bp | 1 + .../vehicle/aidl/impl/vhal/test/Android.bp | 1 + biometrics/common/thread/Android.bp | 4 +++ biometrics/face/aidl/default/Android.bp | 1 + biometrics/face/aidl/vts/Android.bp | 1 + .../fingerprint/2.3/vts/functional/Android.bp | 1 + .../fingerprint/aidl/default/Android.bp | 1 + biometrics/fingerprint/aidl/vts/Android.bp | 1 + 35 files changed, 50 insertions(+), 12 deletions(-) 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 70c523b5fa..f7f8b1dcb3 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 01556670ec..a16e22ff19 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 152b528490..74bac8b67b 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 d752b2a6df..c6d8bcee26 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 8d8fcf5908..fc33e926d4 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 250b33135b..9c2c563636 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 4feea79490..2ea67f8f9f 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 82ad9174a5..504357372b 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 a173a00d12..1133b13b7a 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"