From eaa8f44542909db0849032944fbed84717752439 Mon Sep 17 00:00:00 2001 From: liujia178 Date: Tue, 11 Mar 2025 11:39:59 +0800 Subject: [PATCH] modify hilog ani BUILD.gn Signed-off-by: liujia178 --- interfaces/ani/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/ani/BUILD.gn b/interfaces/ani/BUILD.gn index e91826c..287e9b6 100644 --- a/interfaces/ani/BUILD.gn +++ b/interfaces/ani/BUILD.gn @@ -69,7 +69,7 @@ generate_static_abc("hilog_abc") { dst_file = "$target_out_dir/hilog.abc" out_puts = [ "$target_out_dir/hilog.abc" ] is_boot_abc = "True" - device_dst_file = "system/framework/hilog.abc" + device_dst_file = "/system/framework/hilog.abc" } ohos_prebuilt_etc("hilog_abc_etc") { -- Gitee