!8 去掉产品中hdf_hcs的依赖

Merge pull request !8 from 汇顶科技/master
This commit is contained in:
openharmony_sig_ci
2021-12-11 15:04:13 +00:00
committed by Gitee
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -15,5 +15,4 @@ import("//kernel/liteos_m/liteos.gni")
module_name = get_path_info(rebase_path("."), "name")
kernel_module(module_name) {
deps = [ "$product_path/hdf_config:hdf_hcs" ]
}
+1 -1
View File
@@ -44,7 +44,7 @@ board_cflags = [
"-std=c99",
"--inline",
"-ggdb",
"-O0",
"-O1",
"-ffunction-sections",
"-fdata-sections",
"-mfloat-abi=softfp",