From 246e902cb6b8e2be0da4fe5734071f763bf5f27c Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Thu, 19 May 2022 10:20:07 -0700 Subject: [PATCH] [LSC] Add LOCAL_LICENSE_KINDS to device/google/redfin Added SPDX-license-identifier-Apache-2.0 to: usb/usb/Android.bp vibrator/drv2624/bench/Android.bp vibrator/drv2624/tests/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I896fdb3fd73b8bb4642148a2a0e95ee1d4699d08 --- usb/usb/Android.bp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/usb/usb/Android.bp b/usb/usb/Android.bp index 4f5d599..80a2824 100644 --- a/usb/usb/Android.bp +++ b/usb/usb/Android.bp @@ -14,6 +14,10 @@ // limitations under the License. // +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + cc_binary { name: "android.hardware.usb-service.redfin", relative_install_path: "hw",