aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 01:33:02 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 01:33:02 +0000
commit17bd5bc0824d86989905d500f0f1d8a35f6ebe90 (patch)
tree994f7da7a7f4f482fcf3528bbe7ba101c62806b8
parentaebf8ebdf7d40de96a0d5865c99d4102bd0c1fdb (diff)
parent071e185773740c234ee0a5db98bf0cd07f7abaf1 (diff)
downloadipaddress-android12-mainline-statsd-release.tar.gz
Snap for 7550844 from 071e185773740c234ee0a5db98bf0cd07f7abaf1 to mainline-os-statsd-releaseandroid-mainline-12.0.0_r84android-mainline-12.0.0_r58android12-mainline-statsd-release
Change-Id: Iaae25c456fc6d20cc1ade19a7c6969b214403cb5
-rw-r--r--Android.bp17
l---------NOTICE1
-rw-r--r--TEST_MAPPING8
3 files changed, 17 insertions, 9 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,
diff --git a/NOTICE b/NOTICE
deleted file mode 120000
index 7a694c9..0000000
--- a/NOTICE
+++ /dev/null
@@ -1 +0,0 @@
-LICENSE \ No newline at end of file
diff --git a/TEST_MAPPING b/TEST_MAPPING
deleted file mode 100644
index 61a80b2..0000000
--- a/TEST_MAPPING
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "presubmit" : [
- {
- "name" : "acloud_test",
- "host" : true
- }
- ]
-}