!176 musl归一化后调整libc的构建

Merge pull request !176 from Caoruihong/porting2
This commit is contained in:
openharmony_ci
2021-06-11 17:36:29 +08:00
committed by Gitee
344 changed files with 15 additions and 29942 deletions

View File

@@ -31,6 +31,8 @@ static_library("fs_operations") {
sources = [
"./fs.c",
]
deps = [ "//kernel/liteos_m/kal/posix" ]
}
declare_args() {

View File

@@ -46,4 +46,6 @@ static_library("fatfs") {
"//third_party/bounds_checking_function/include",
"//third_party/FatFs/source/",
]
deps = [ "//kernel/liteos_m/kal/posix" ]
}

View File

@@ -43,4 +43,6 @@ static_library("littlefs") {
"../",
"//third_party/littlefs",
]
deps = [ "//kernel/liteos_m/kal/posix" ]
}