aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-10-20 13:48:26 -0700
committerBob Badour <bbadour@google.com>2021-10-20 13:48:26 -0700
commit5329cad6aadeaf0625f17cd0779eb8ac14c3e260 (patch)
treed53e9864ce45d4e1b4f287b7aaa1b16ff5eccb67 /Android.bp
parent48cbfd9c961cdfb4cc751acfd1ce4361f50d05c1 (diff)
downloadwpa_supplicant_8-5329cad6aadeaf0625f17cd0779eb8ac14c3e260.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/wpa_supplicant_8
Added SPDX-license-identifier-BSD to: Android.bp wpa_supplicant/hidl/1.4/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I075c77ba047b4defcc068413f3731e5871a26ca6
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp37
1 files changed, 37 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
new file mode 100644
index 00000000..1c95c711
--- /dev/null
+++ b/Android.bp
@@ -0,0 +1,37 @@
+//
+// Copyright (C) 2021 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+package {
+ default_applicable_licenses: ["external_wpa_supplicant_8_license"],
+}
+
+// Added automatically by a large-scale-change
+//
+// large-scale-change included anything that looked like it might be a license
+// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
+//
+// Please consider removing redundant or irrelevant files from 'license_text:'.
+// See: http://go/android-license-faq
+license {
+ name: "external_wpa_supplicant_8_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "COPYING",
+ "NOTICE",
+ ],
+}