change public_deps to deps

Signed-off-by: KejiePeng <pengkejie@h-partners.com>
This commit is contained in:
KejiePeng
2026-02-03 09:49:17 +08:00
parent 98b78e121c
commit 4a687a95f2
+1 -1
View File
@@ -43,7 +43,7 @@ foreach(tex_source, tex_source_config) {
rebase_path(sources[0], root_build_dir),
rebase_path("$target_out_dir/hpb_out", root_build_dir),
]
public_deps = [ ":hpb_transform(${host_toolchain})" ]
deps = [ ":hpb_transform(${host_toolchain})" ]
}
target_name = get_path_info(hpb_file, "name")