aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-17 15:53:54 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-17 15:53:54 +0000
commitf6d48216b1fc56dde743925afb1b2924cec81f83 (patch)
treef0cae81da75729a93819b488b7c7abf67998b7df
parent3a6568e4eb0659aafd28da913ee1e189cba5c70a (diff)
parenta94481b0e10955267682118adec18bff40bdf513 (diff)
downloadenum34-f6d48216b1fc56dde743925afb1b2924cec81f83.tar.gz
Original change: https://android-review.googlesource.com/c/platform/external/python/enum34/+/1588608 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Id48da68645338e94d88654739074d7c3ac1d664a
-rw-r--r--enum/Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/enum/Android.bp b/enum/Android.bp
index e884f85..95daf3f 100644
--- a/enum/Android.bp
+++ b/enum/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_enum34_enum_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_python_enum34_enum_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
python_library {
name: "py-enum34",
host_supported: true,