mirror of
https://gitee.com/openharmony/filemanagement_storage_service
synced 2024-11-23 06:59:59 +00:00
部件依赖f2fs-tools整改
Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
This commit is contained in:
parent
3786904d85
commit
3fa3a7277a
@ -57,7 +57,8 @@
|
||||
"third_party": [
|
||||
"bounds_checking_function",
|
||||
"e2fsprogs",
|
||||
"openssl"
|
||||
"openssl",
|
||||
"f2fs-tools"
|
||||
]
|
||||
},
|
||||
"build": {
|
||||
|
@ -297,11 +297,12 @@ group("storage_daemon_third_party") {
|
||||
"//third_party/FreeBSD/sbin/newfs_msdos:newfs_msdos",
|
||||
"//third_party/e2fsprogs:blkid",
|
||||
"//third_party/exfatprogs:exfatprogs",
|
||||
"//third_party/f2fs-tools:f2fs-tools",
|
||||
# "//third_party/f2fs-tools:f2fs-tools",
|
||||
"//third_party/gptfdisk:sgdisk",
|
||||
"//third_party/ntfs-3g:ntfsprogs",
|
||||
]
|
||||
}
|
||||
external_deps = [ "f2fs-tools:libf2fs" ]
|
||||
}
|
||||
|
||||
group("storage_daemon_unit_test") {
|
||||
|
@ -32,6 +32,17 @@ config("fscrypt_utils_config") {
|
||||
]
|
||||
}
|
||||
|
||||
config("fscrypt_utils_public_config") {
|
||||
visibility = [ ":*" ]
|
||||
|
||||
include_dirs = [ "../include/libfscrypt" ]
|
||||
|
||||
cflags = [
|
||||
"-g3",
|
||||
"-Wall",
|
||||
]
|
||||
}
|
||||
|
||||
ohos_static_library("libfscryptutils") {
|
||||
stack_protector_ret = true
|
||||
sanitize = {
|
||||
@ -91,6 +102,7 @@ ohos_static_library("libfscryptutils_static") {
|
||||
}
|
||||
|
||||
configs = [ ":fscrypt_utils_config" ]
|
||||
public_configs = [ ":fscrypt_utils_public_config" ]
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
|
Loading…
Reference in New Issue
Block a user