chore: add deps on posix if kernel is liteos_m
depending on //kernel/liteos_m/kal/posix Signed-off-by: Caoruihong <crh.cao@huawei.com> Change-Id: Id7cf8427b346e15384fef192c7cf513ae691e436
This commit is contained in:
parent
939680a4da
commit
2a2f2076ae
|
@ -31,11 +31,7 @@ if (ohos_kernel_type == "liteos_m") {
|
|||
public_configs = [ ":samgr_adapter_public" ]
|
||||
cflags = [ "-Wall" ]
|
||||
|
||||
include_dirs = [
|
||||
"//kernel/liteos_m/kal/",
|
||||
"//kernel/liteos_m/kal/cmsis",
|
||||
"//kernel/liteos_m/kal/posix/include/malloc.h",
|
||||
]
|
||||
deps = [ "//kernel/liteos_m/kal/cmsis" ]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue