!34988 独立编译整改

Merge pull request !34988 from jiangzhijun8/w
This commit is contained in:
openharmony_ci 2024-06-11 02:51:08 +00:00 committed by Gitee
commit 693eaf27f0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 3 additions and 0 deletions

View File

@ -594,6 +594,8 @@ template("ace_core_source_set") {
"common/rosen/rosen_asset_manager.cpp",
"common/rosen/rosen_window.cpp",
]
include_dirs +=
[ "//foundation/window/window_manager/interfaces/innerkits/wm" ]
external_deps += [ "libuv:uv" ]
}

View File

@ -39,5 +39,6 @@ ohos_unittest("rosen_test") {
external_deps = [
"c_utils:utils",
"hilog:libhilog",
"window_manager:libwm",
]
}