summaryrefslogtreecommitdiff
path: root/cffi
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:37:37 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:37:37 -0800
commit6ac53217bed15f5fe188d3d32fc9d0036954483e (patch)
treeee2d0182d9611b11c7d1e2229bce499e812480f3 /cffi
parent6256f7d7dfc90b0a3057f6fd46d48e9548da35a3 (diff)
downloadcffi-6ac53217bed15f5fe188d3d32fc9d0036954483e.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/python/cffi
Added SPDX-license-identifier-MIT to: Android.bp c/Android.bp cffi/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ifbd846214ba6276ebc55e6baa399657c2db1894a
Diffstat (limited to 'cffi')
-rw-r--r--cffi/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/cffi/Android.bp b/cffi/Android.bp
index e25787e..c600087 100644
--- a/cffi/Android.bp
+++ b/cffi/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_cffi_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-MIT
+ default_applicable_licenses: ["external_python_cffi_license"],
+}
+
python_library {
name: "py-cffi",
host_supported: true,