Snap for 7474514 from 056882a75917dc296921ff0d0390a3ba0ded0369 to mainline-media-release

Change-Id: If0dcd3edb8f279984ade7e95e195aee7e1c25b42
diff --git a/METADATA b/METADATA
index 100de17..12eea40 100644
--- a/METADATA
+++ b/METADATA
@@ -12,5 +12,6 @@
     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,