mirror of
https://github.com/openharmony/third_party_elfutils.git
synced 2026-07-19 11:33:45 -04:00
@@ -36,6 +36,7 @@ ohos_static_library("libelf_static") {
|
||||
|
||||
deps = [ "//third_party/zlib:libz" ]
|
||||
|
||||
license_file = "COPYING-LGPLV3"
|
||||
subsystem_name = "thirdparty"
|
||||
part_name = "elfutils"
|
||||
}
|
||||
@@ -51,6 +52,7 @@ ohos_shared_library("libelf") {
|
||||
"system",
|
||||
"updater",
|
||||
]
|
||||
license_file = "COPYING-LGPLV3"
|
||||
}
|
||||
|
||||
# Build libdw
|
||||
@@ -78,6 +80,7 @@ ohos_static_library("libdw_static") {
|
||||
|
||||
deps = [ ":libelf_static" ]
|
||||
|
||||
license_file = "COPYING-LGPLV3"
|
||||
subsystem_name = "thirdparty"
|
||||
part_name = "elfutils"
|
||||
}
|
||||
@@ -93,4 +96,5 @@ ohos_shared_library("libdw") {
|
||||
"system",
|
||||
"updater",
|
||||
]
|
||||
license_file = "COPYING-LGPLV3"
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
[
|
||||
{
|
||||
"Name": "elfutils",
|
||||
"License": "LGPL V3.0/GPL V2.0/GPL V3.0",
|
||||
"License File": "COPYING",
|
||||
"License": "LGPL V3.0",
|
||||
"License File": "COPYING-LGPLV3",
|
||||
"Version Number": "v0.185",
|
||||
"Owner": "zhanghaibo0@huawei.com",
|
||||
"Upstream URL": "https://sourceware.org/elfutils/",
|
||||
|
||||
Reference in New Issue
Block a user