aboutsummaryrefslogtreecommitdiff
path: root/libxtables/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'libxtables/Android.bp')
-rw-r--r--libxtables/Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/libxtables/Android.bp b/libxtables/Android.bp
index 41d61466..ed0cc44e 100644
--- a/libxtables/Android.bp
+++ b/libxtables/Android.bp
@@ -1,6 +1,16 @@
//----------------------------------------------------------------
// libxtables
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_iptables_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-GPL-2.0
+ // SPDX-license-identifier-LGPL
+ default_applicable_licenses: ["external_iptables_license"],
+}
+
cc_library_static {
name: "libxtables",
defaults: ["iptables_defaults"],