aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 18:24:42 -0800
committerBob Badour <bbadour@google.com>2021-02-12 18:24:42 -0800
commit2bb1eae598c111e0aa86e337ed82ac418f139392 (patch)
tree6c2abc200c227597d4fac93edaea6674cfb41673
parent3259c4fa6473152df518c68f4d05bdceaa2033d1 (diff)
downloadsix-2bb1eae598c111e0aa86e337ed82ac418f139392.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/python/sixandroid-s-preview-1
Added SPDX-license-identifier-MIT to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I9c24ee7459b07461ba3bd5e1e6b5645957b7c160
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 45beb08..1b291b2 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_six_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_python_six_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-MIT",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
python_library {
name: "py-six",
host_supported: true,