build添加许可证声明

Signed-off-by: maosiping <maosiping@huawei.com>
This commit is contained in:
maosiping
2022-06-16 14:55:59 +08:00
parent b09e8d4edc
commit 4e76179295
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -54,6 +54,7 @@ ohos_executable("iptables") {
"//third_party/iptables/iptables",
"//third_party/iptables/libiptc",
]
license_file = "//third_party/iptables/COPYING"
configs = [ ":iptables_config" ]
install_enable = true
+1
View File
@@ -239,6 +239,7 @@ ohos_static_library("libext6") {
"//third_party/iptables/iptables",
"//third_party/iptables/libiptc",
]
license_file = "//third_party/iptables/COPYING"
cflags = [
"-D_LARGEFILE_SOURCE=1",
"-D_LARGE_FILES",
+1 -1
View File
@@ -50,7 +50,7 @@ ohos_static_library("libip6tc") {
"//third_party/iptables/libiptc",
"//third_party/iptables/include",
]
license_file = "//third_party/iptables/COPYING"
cflags = [
"-D_LARGEFILE_SOURCE=1",
"-D_LARGE_FILES",
+1 -1
View File
@@ -26,7 +26,7 @@ ohos_static_library("libxtables") {
"//third_party/iptables/iptables",
"//third_party/iptables/libiptc",
]
license_file = "//third_party/iptables/COPYING"
cflags = [
"-D_LARGEFILE_SOURCE=1",
"-D_LARGE_FILES",