aboutsummaryrefslogtreecommitdiff
path: root/pyasn1_modules
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-21 20:09:11 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-21 20:09:11 +0000
commit9bed2ebe50635f7e02ade337f50065f9e7a24063 (patch)
tree0112f0dbbb6d332f757d6c9deee9c9529c794771 /pyasn1_modules
parent53e8e5498f1b53c51892b6fb6d523272437308fa (diff)
parentb89f2ce104596e9697b3c5500cee09b974a233fa (diff)
downloadpyasn1-modules-9bed2ebe50635f7e02ade337f50065f9e7a24063.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/python/pyasn1-modules am: 1d13501acc am: 921c4bbc1c am: c16d6f712d am: b89f2ce104
Original change: https://android-review.googlesource.com/c/platform/external/python/pyasn1-modules/+/1588602 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I8e424ba17fc191c21cdaee1919852a177b387ed7
Diffstat (limited to 'pyasn1_modules')
-rw-r--r--pyasn1_modules/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/pyasn1_modules/Android.bp b/pyasn1_modules/Android.bp
index 500c140..24b2cdf 100644
--- a/pyasn1_modules/Android.bp
+++ b/pyasn1_modules/Android.bp
@@ -11,6 +11,15 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_python_pyasn1-modules_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-BSD
+ default_applicable_licenses: ["external_python_pyasn1-modules_license"],
+}
+
python_library {
name: "py-pyasn1-modules",
host_supported: true,