!17 add exfatlabel

Merge pull request !17 from 张文迪/master
This commit is contained in:
openharmony_ci
2022-06-17 10:32:39 +00:00
committed by Gitee
+3 -2
View File
@@ -18,6 +18,7 @@ import("//build/ohos.gni")
group("exfat-utils") {
deps = [
":exfatlabel",
":fsck.exfat",
":mkfs.exfat",
]
@@ -117,8 +118,8 @@ ohos_executable("dump.exfat") {
}
###################################################
##Build exfatlable
ohos_executable("exfatlable") {
##Build exfatlabel
ohos_executable("exfatlabel") {
configs = [ ":exfat-defaults" ]
sources = [ "label/label.c" ]