第三方f2fs-tools部件独立编译整改

Signed-off-by: tongkai0808fh <tongkai5@huawei.com>
This commit is contained in:
tongkai0808fh 2024-02-21 02:51:31 +00:00 committed by Gitee
parent 40c355d810
commit ef6ee84a1c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -30,8 +30,18 @@
]
},
"build": {
"sub_component": [],
"inner_kits": [],
"sub_component": ["//third_party/f2fs-tools:f2fs-tools"],
"inner_kits": [
{
"name": "//third_party/f2fs-tools/lib:libf2fs",
"header": {
"header_files": [
"utf8data.h"
],
"header_base": "//third_party/f2fs-tools/lib"
}
}
],
"test": []
}
}