aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-22 00:04:07 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-22 00:04:07 +0000
commitb7b01af626bdd223d99d6baa569e8aabcabd62f4 (patch)
tree994f7da7a7f4f482fcf3528bbe7ba101c62806b8
parent5fb13d065b15104a5096f1ad8d23233018924fbb (diff)
parente3f35f5de1fd848ad75458f255680390dba8328f (diff)
downloadipaddress-android12-d1-s2-release.tar.gz
Change-Id: Ife9c4ee73358f5cd8190b9d778105ca2d941e321
-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,