summaryrefslogtreecommitdiff
path: root/c/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'c/Android.bp')
-rw-r--r--c/Android.bp11
1 files changed, 9 insertions, 2 deletions
diff --git a/c/Android.bp b/c/Android.bp
index baced02..7ddc006 100644
--- a/c/Android.bp
+++ b/c/Android.bp
@@ -1,3 +1,12 @@
+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-backend",
host_supported: true,
@@ -49,5 +58,3 @@ filegroup {
".libs_cffi_backend/libffi-45372312.so.6.0.4",
],
}
-
-