summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-05 21:34:17 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-05 21:34:17 +0000
commitca680daade5ff33bcdf98d4f70571ed0ac0a86b4 (patch)
tree4548ed28c386fc36dba5a0f3cf87f8847f9a6700
parente7316ed2c5cf733992375f3307300f05e6c94a8e (diff)
parent476c185f4ed5786c814801bf4809414b6751a12e (diff)
downloadwificond-ca680daade5ff33bcdf98d4f70571ed0ac0a86b4.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to system/connectivity/wificond am: eab6ad62a4 am: 6c5c1b4de6 am: 476c185f4e
Original change: https://android-review.googlesource.com/c/platform/system/connectivity/wificond/+/1576240 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I4921d9fe9d15ac7ac27c5af18e440a87b0c2deb5
-rw-r--r--Android.bp30
1 files changed, 30 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0578933..fab9112 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,36 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["system_connectivity_wificond_license"],
+}
+
+// Added automatically by a large-scale-change that took the approach of
+// 'apply every license found to every target'. While this makes sure we respect
+// every license restriction, it may not be entirely correct.
+//
+// e.g. GPL in an MIT project might only apply to the contrib/ directory.
+//
+// Please consider splitting the single license below into multiple licenses,
+// taking care not to lose any license_kind information, and overriding the
+// default license using the 'licenses: [...]' property on targets as needed.
+//
+// For unused files, consider creating a 'filegroup' with "//visibility:private"
+// to attach the license to, and including a comment whether the files may be
+// used in the current project.
+// http://go/android-license-faq
+license {
+ name: "system_connectivity_wificond_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ "SPDX-license-identifier-ISC",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
cc_defaults {
name: "wificond_defaults",