From eec09e86a591974699e5c4a24c304ec5ce64b1e6 Mon Sep 17 00:00:00 2001 From: renzhixian Date: Tue, 6 May 2025 21:16:03 +0800 Subject: [PATCH] fix: pasteboard build config Signed-off-by: renzhixian --- distributeddatamgr/pasteboard/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distributeddatamgr/pasteboard/BUILD.gn b/distributeddatamgr/pasteboard/BUILD.gn index 4cdf98a13..1c80213ef 100644 --- a/distributeddatamgr/pasteboard/BUILD.gn +++ b/distributeddatamgr/pasteboard/BUILD.gn @@ -30,7 +30,7 @@ ohos_ndk_library("libpasteboard") { ndk_description_file = "./libpasteboard.ndk.json" min_compact_version = "13" system_capability_headers = [ - "$ndk_headers_out_dir/database/pasteboard/oh_pasteboard.h", - "$ndk_headers_out_dir/database/pasteboard/oh_pasteboard_err_code.h", + "database/pasteboard/oh_pasteboard.h", + "database/pasteboard/oh_pasteboard_err_code.h", ] } -- Gitee