diff --git a/distributeddatamgr/pasteboard/BUILD.gn b/distributeddatamgr/pasteboard/BUILD.gn index 4cdf98a135446a6bb757e47ccdbcc90ec7f4fff7..1c80213efbad23be65902ff56aefad555ed86699 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", ] }