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:
Caoruihong 2021-06-15 10:20:43 +08:00
parent 939680a4da
commit 2a2f2076ae
1 changed files with 1 additions and 5 deletions

View File

@ -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" ]
}
}