提交 d54bf05e 编写于 作者: Y yangming_ha

#I45ICV: 产品配置config.json中开发板适配目录配置vendor_adapter_dir移到开发板config.gni中

Signed-off-by: Nyangming_ha <yangming_ha@163.com>
上级 864491e7
......@@ -14,18 +14,14 @@
import("//build/lite/config/component/lite_component.gni")
static_library("native_file") {
sources = [
"src/file_impl_hal/file.c",
]
sources = [ "src/file_impl_hal/file.c" ]
include_dirs = [
"//utils/native/lite/include",
"//utils/native/lite/hals/file",
]
deps = ["$ohos_vendor_adapter_dir/hals/utils/file:hal_file_static"]
deps = [ "$ohos_board_adapter_dir/hals/utils/file:hal_file_static" ]
}
lite_component("file") {
features = [
":native_file",
]
features = [ ":native_file" ]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册