Decouple the ohos code of drivers based on th Pegasus architecture.

Signed-off-by: zk <longzhuokun1@huawei.com>
This commit is contained in:
longzhuokun
2022-11-15 09:41:13 +08:00
+1 -2
View File
@@ -17,8 +17,7 @@ ohos_static_library("static_hal_file") {
sources = [ "hal_file.c" ]
include_dirs = [
"//utils/native/lite/include",
"//utils/native/lite/hals/file",
"//commonlibrary/utils_lite/include",
"//commonlibrary/utils_lite/hals/file",
]
}