Snap for 8130893 from b9d854d6cad2fad633acf9562a71be0a61187ec9 to tm-release

Change-Id: Ie1c52e83c57b836f73fb2d8facf47706b8970ce2
diff --git a/Android.bp b/Android.bp
index 3f92aff..ce99854 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_cachetools_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+    name: "external_python_cachetools_license",
+    visibility: [":__subpackages__"],
+    license_kinds: [
+        "SPDX-license-identifier-MIT",
+    ],
+    license_text: [
+        "LICENSE",
+    ],
+}
+
 python_library {
     name: "py-cachetools",
     host_supported: true,
@@ -26,4 +43,4 @@
             enabled: true,
         },
     },
-}
\ No newline at end of file
+}