aboutsummaryrefslogtreecommitdiff
path: root/pyasn1_modules
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 16:32:27 -0800
committerBob Badour <bbadour@google.com>2021-02-12 16:32:27 -0800
commit1d13501acc8258c7afee0c42db8c2dd7bbeed4cc (patch)
tree0112f0dbbb6d332f757d6c9deee9c9529c794771 /pyasn1_modules
parent934a375c9633e6a867eddc11aee0c6c90bc8da24 (diff)
downloadpyasn1-modules-1d13501acc8258c7afee0c42db8c2dd7bbeed4cc.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/python/pyasn1-modules
Added SPDX-license-identifier-BSD to: Android.bp pyasn1_modules/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I1d93bf1691860e50781d25383d0d736a28c8631e
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,