From 287f8d49e487382f785cf8daa78e129f2e0c038c Mon Sep 17 00:00:00 2001 From: Arian Date: Sat, 18 Jun 2022 22:19:07 +0200 Subject: [PATCH] hidl: sensors: 1.0: Change default applicable license to Android-Apache-2.0 hardware_interfaces_license is not available here. Change-Id: I7431f8b8f126aae12f82a8ead01b77801c888d91 --- hidl/sensors/1.0/Android.bp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hidl/sensors/1.0/Android.bp b/hidl/sensors/1.0/Android.bp index 707b123..babda2e 100644 --- a/hidl/sensors/1.0/Android.bp +++ b/hidl/sensors/1.0/Android.bp @@ -1,10 +1,6 @@ package { // 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" - // to get the below license kinds: - // SPDX-license-identifier-Apache-2.0 - default_applicable_licenses: ["hardware_interfaces_license"], + default_applicable_licenses: ["Android-Apache-2.0"], } cc_library_shared {