aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-21 20:09:18 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-21 20:09:18 +0000
commit77feaf200415f8a7459dcd31ac3aa6e897d58d2f (patch)
tree994f7da7a7f4f482fcf3528bbe7ba101c62806b8
parent016488d8184be0974e148efe6035002667c6cd91 (diff)
parente3f35f5de1fd848ad75458f255680390dba8328f (diff)
downloadipaddress-77feaf200415f8a7459dcd31ac3aa6e897d58d2f.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/python/ipaddress am: d76ed6c2b9 am: 374f8f6a52 am: 92ed9de7aa am: e3f35f5de1
Original change: https://android-review.googlesource.com/c/platform/external/python/ipaddress/+/1588603 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ic608e7c0e2f9f6fb4e59e309044ec6f4920e5c94
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 2ff2bcc..fcc2f89 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,6 +12,23 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["external_python_ipaddress_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_python_ipaddress_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-PSF-2.0",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
python_library {
name: "py-ipaddress",
host_supported: true,