aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-17 15:54:05 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-17 15:54:05 +0000
commitec4b0b59d1b56dc4884b9364d13aba2a188010b7 (patch)
tree6c2abc200c227597d4fac93edaea6674cfb41673
parent48665a7317f30a78b09e596677e039d7556580f7 (diff)
parent2bb1eae598c111e0aa86e337ed82ac418f139392 (diff)
downloadsix-ec4b0b59d1b56dc4884b9364d13aba2a188010b7.tar.gz
Original change: https://android-review.googlesource.com/c/platform/external/python/six/+/1588519 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I479e7ee2e267c07bf75c261140b2882663ed77f5
-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,