From 52df75ccbd5d3298a59fb2b56662c19a7330dd47 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Wed, 7 Apr 2021 07:31:48 -0700 Subject: [PATCH] [LSC] Add LOCAL_LICENSE_KINDS to device/google/redfin Added SPDX-license-identifier-Apache-2.0 to: vf/Android.bp vibrator/drv2624/bench/Android.bp vibrator/drv2624/tests/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I3866a4e25b4e6196d8960b33e3b73ed42abbded3 --- vf/Android.bp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vf/Android.bp b/vf/Android.bp index 4f7044a..80fde57 100644 --- a/vf/Android.bp +++ b/vf/Android.bp @@ -1,3 +1,7 @@ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + vintf_compatibility_matrix { name: "redfin_product_compatibility_matrix.5.xml", stem: "compatibility_matrix.redfin.5.xml",