aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 02:05:02 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 02:05:02 +0000
commit27de17ba79730df43ff5398cd150c608b8362415 (patch)
treef0cae81da75729a93819b488b7c7abf67998b7df
parentde9878e3b12f11d41ae97ee16c62ac7dcbb8e69f (diff)
parent056882a75917dc296921ff0d0390a3ba0ded0369 (diff)
downloadenum34-android12-mainline-resolv-release.tar.gz
Change-Id: Icf036e0b1d38c22d96ee6dd72f94a90f6293658e
-rw-r--r--METADATA1
l---------NOTICE1
-rw-r--r--TEST_MAPPING8
-rw-r--r--enum/Android.bp17
4 files changed, 18 insertions, 9 deletions
diff --git a/METADATA b/METADATA
index 100de17..12eea40 100644
--- a/METADATA
+++ b/METADATA
@@ -12,5 +12,6 @@ third_party {
value: "https://bitbucket.org/stoneleaf/enum34/src/default/"
}
version: "1.1.6"
+ license_type: NOTICE
last_upgrade_date { year: 2019 month: 5 day: 2 }
}
diff --git a/NOTICE b/NOTICE
deleted file mode 120000
index f1ed04c..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
- }
- ]
-}
diff --git a/enum/Android.bp b/enum/Android.bp
index e884f85..95daf3f 100644
--- a/enum/Android.bp
+++ b/enum/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_enum34_enum_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_python_enum34_enum_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
python_library {
name: "py-enum34",
host_supported: true,