aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-19 06:54:45 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-19 06:54:45 +0000
commit374f8f6a52b1597a98c148499580f3c4c30d1a25 (patch)
tree994f7da7a7f4f482fcf3528bbe7ba101c62806b8
parentfbe78d8d00166234985c361a3dc459ed0be150bd (diff)
parentd76ed6c2b968e382002e087691ce21ce913a390a (diff)
downloadipaddress-374f8f6a52b1597a98c148499580f3c4c30d1a25.tar.gz
Original change: https://android-review.googlesource.com/c/platform/external/python/ipaddress/+/1588603 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Ic786090516e74af5b575623d111434e3cefc568f
-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,