summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-04-29 22:40:11 -0700
committerBob Badour <bbadour@google.com>2021-04-29 22:40:11 -0700
commitf17c7e15251f172850260d4a0a285eca722edc79 (patch)
tree55983d37d9923784dd3fb019ffdb680c04dc1586
parentfe3007dc16671e7a9a6a770abf09535260056bc0 (diff)
downloadConnectivity-f17c7e15251f172850260d4a0a285eca722edc79.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to prebuilts/module_sdk/Connectivity
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I6ea71efa100cf3fbea634f58ee3d54a995b31135
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ca6f4ff..ec863ef 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,9 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
java_sdk_library_import {
name: "framework-tethering",
owner: "google",