feat: GN绝对路径修改

Close #I77PSG
Signed-off-by: zhushengle <zhushengle@huawei.com>
Change-Id: I095e5d0aac99eda1a8c238701e560655477b04d2
This commit is contained in:
zhushengle
2023-05-23 17:48:47 +08:00
parent 14868aebdc
commit 3241a67dc6
18 changed files with 42 additions and 38 deletions

View File

@@ -33,5 +33,5 @@ module_name = get_path_info(rebase_path("."), "name")
kernel_module(module_name) {
sources = []
deps = [ "//third_party/musl/porting/liteos_m/user" ]
deps = [ "$THIRDPARTY_MUSL_DIR/porting/liteos_m/user" ]
}