From 733255eb8aad04ca61982554e4da5b41bf78362b Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Thu, 28 Apr 2022 11:32:33 -0700 Subject: [PATCH] [LSC] Add LOCAL_LICENSE_KINDS to device/google/gs101 Added SPDX-license-identifier-Apache-2.0 to: usb/usb/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: Ia02ed8b48bc532d6fbffc8bb5656be88634301c4 --- usb/usb/Android.bp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/usb/usb/Android.bp b/usb/usb/Android.bp index 0ce3167a..f0f50698 100644 --- a/usb/usb/Android.bp +++ b/usb/usb/Android.bp @@ -14,6 +14,15 @@ // limitations under the License. // +package { + // See: http://go/android-license-faq + // A large-scale-change added 'default_applicable_licenses' to import + // all of the 'license_kinds' from "device_google_gs101_license" + // to get the below license kinds: + // SPDX-license-identifier-Apache-2.0 + default_applicable_licenses: ["device_google_gs101_license"], +} + cc_binary { name: "android.hardware.usb-service.gs101", relative_install_path: "hw",