summaryrefslogtreecommitdiff
path: root/usb
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-11 18:59:02 -0800
committerBob Badour <bbadour@google.com>2021-03-11 18:59:02 -0800
commit5cbf8e687b3dc65dbf9f58afda492ac8a6593c57 (patch)
tree059d041c52cbaf715109b0c4eefef18851227e06 /usb
parentf300bd48dd726d86aabb774523b92087616fde83 (diff)
downloadredfin-5cbf8e687b3dc65dbf9f58afda492ac8a6593c57.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to device/google/redfin
Added SPDX-license-identifier-Apache-2.0 to: dumpstate/Android.mk redfin/overlay_packages/SettingsOverlayG5NZ6/Android.bp redfin/overlay_packages/SettingsOverlayGD1YQ/Android.bp redfin/overlay_packages/SettingsOverlayGTT9Q/Android.bp self-extractors/qcom/staging/Android.mk usb/Android.bp vibrator/Android.bp vibrator/drv2624/Android.bp vibrator/drv2624/bench/Android.bp vibrator/drv2624/tests/Android.bp voice_processing/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I192bb56f5e770950bebf7f91e430d4cff3a0a73b
Diffstat (limited to 'usb')
-rw-r--r--usb/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/usb/Android.bp b/usb/Android.bp
index 2cd690f..018f2ea 100644
--- a/usb/Android.bp
+++ b/usb/Android.bp
@@ -13,6 +13,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_binary {
name: "android.hardware.usb@1.2-service.redfin",
relative_install_path: "hw",