aboutsummaryrefslogtreecommitdiff
path: root/iptables/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/Android.bp')
-rw-r--r--iptables/Android.bp13
1 files changed, 13 insertions, 0 deletions
diff --git a/iptables/Android.bp b/iptables/Android.bp
index 91bcb71f..22767029 100644
--- a/iptables/Android.bp
+++ b/iptables/Android.bp
@@ -1,3 +1,16 @@
+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-Artistic
+ // SPDX-license-identifier-Artistic-2.0
+ // SPDX-license-identifier-GPL
+ // SPDX-license-identifier-GPL-2.0
+ // SPDX-license-identifier-LGPL
+ default_applicable_licenses: ["external_iptables_license"],
+}
+
cc_defaults {
name: "iptables_cmd_defaults",
defaults: ["iptables_defaults"],