aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:35:03 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:35:03 -0800
commita94481b0e10955267682118adec18bff40bdf513 (patch)
treef0cae81da75729a93819b488b7c7abf67998b7df
parent1b48b2266f520ea5a683b13088bd81695366fd96 (diff)
downloadenum34-a94481b0e10955267682118adec18bff40bdf513.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/python/enum34android-s-preview-1
Added SPDX-license-identifier-BSD to: enum/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I950f77207f136c7a66d9352ffa2906c4d0d09234
-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,