aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-01-28 00:36:40 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-01-28 00:36:40 +0000
commitb9d854d6cad2fad633acf9562a71be0a61187ec9 (patch)
treeaba361e629a03aca6f3d156f2244f0f20437fd8c
parentc3070d0aa0dd6c32ed03ff6ac08bd18034cc7b83 (diff)
parent24b24baf710a99aab597c034304a5f322ecb133c (diff)
downloadcachetools-b9d854d6cad2fad633acf9562a71be0a61187ec9.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/python/cachetools am: a0eafbe930 am: c0bc8e81d3 am: c542170b4b am: 24b24baf71
Original change: https://android-review.googlesource.com/c/platform/external/python/cachetools/+/1963802 Change-Id: I3d6553e2929971cc80abc690ca50afdec366d6f5
-rw-r--r--Android.bp19
1 files changed, 18 insertions, 1 deletions
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 @@ python_library {
enabled: true,
},
},
-} \ No newline at end of file
+}