aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:03:44 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-18 02:03:44 +0000
commit609e9f5de932f20fcef89c2652264ab98cba9bf1 (patch)
treef0cae81da75729a93819b488b7c7abf67998b7df
parent84eeb080c9b3e3482f7d5912c56b015584641698 (diff)
parentc857fdecb177c69026c054b3220dc25ac723c64e (diff)
downloadenum34-android12-d1-s6-release.tar.gz
Change-Id: I9eaf0c322454586996164f5b650d1fa7605c9675
-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,