Snap for 8426163 from 81e1c61c10cf907ff8f459ec2093ec1193c2a158 to mainline-tzdata2-release

Change-Id: I744bfa86bba388c0941d0933da1bb343ee0efcb9
diff --git a/Android.bp b/Android.bp
deleted file mode 100644
index eb040e8..0000000
--- a/Android.bp
+++ /dev/null
@@ -1,31 +0,0 @@
-//
-// Copyright (C) 2021 The Android Open Source Project
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-//      http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-
-package {
-    default_applicable_licenses: ["external_python_parse_type_license"],
-}
-
-// Added automatically by a large-scale-change
-// See: http://go/android-license-faq
-license {
-    name: "external_python_parse_type_license",
-    visibility: [":__subpackages__"],
-    license_kinds: [
-        "SPDX-license-identifier-MIT",
-    ],
-    license_text: [
-        "LICENSE",
-    ],
-}
diff --git a/parse_type/Android.bp b/parse_type/Android.bp
index 4cb2c74..4acc48c 100644
--- a/parse_type/Android.bp
+++ b/parse_type/Android.bp
@@ -12,15 +12,6 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-package {
-    // See: http://go/android-license-faq
-    // A large-scale-change added 'default_applicable_licenses' to import
-    // all of the 'license_kinds' from "external_python_parse_type_license"
-    // to get the below license kinds:
-    //   SPDX-license-identifier-MIT
-    default_applicable_licenses: ["external_python_parse_type_license"],
-}
-
 python_library {
     name: "py-parse_type",
     host_supported: true,
@@ -36,3 +27,4 @@
         },
     },
 }
+