From aca189bd97ac3e186fa038689cb12db408cde818 Mon Sep 17 00:00:00 2001 From: Luobniz21 Date: Fri, 17 Apr 2026 11:10:16 +0800 Subject: [PATCH] libdm Signed-off-by: Luobniz21 # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Fri Apr 17 11:10:16 2026 +0800 # # On branch libdm # Your branch is up to date with 'origin/libdm'. # # Changes to be committed: # modified: frameworks/ets/ani/app/context/BUILD.gn # modified: services/common/BUILD.gn # # Untracked files: # 1.diff # --- frameworks/ets/ani/app/context/BUILD.gn | 1 + services/common/BUILD.gn | 2 ++ 2 files changed, 3 insertions(+) diff --git a/frameworks/ets/ani/app/context/BUILD.gn b/frameworks/ets/ani/app/context/BUILD.gn index 245e115b51..9f9b1e3ea5 100644 --- a/frameworks/ets/ani/app/context/BUILD.gn +++ b/frameworks/ets/ani/app/context/BUILD.gn @@ -63,6 +63,7 @@ ohos_shared_library("context_ani_kit") { "c_utils:utils", "hilog:libhilog", "ipc:ipc_single", + "graphic_2d:color_manager", "hitrace:hitrace_meter", "napi:ace_napi", "runtime_core:ani", diff --git a/services/common/BUILD.gn b/services/common/BUILD.gn index ff346ddf9a..16c45a6192 100644 --- a/services/common/BUILD.gn +++ b/services/common/BUILD.gn @@ -436,6 +436,7 @@ ohos_shared_library("user_controller") { external_deps = [ "c_utils:utils", "ffrt:libffrt", + "graphic_2d:color_manager", "hilog:libhilog", "ipc:ipc_single", ] @@ -486,6 +487,7 @@ ohos_static_library("user_controller_static") { external_deps = [ "c_utils:utils", "ffrt:libffrt", + "graphic_2d:color_manager", "hilog:libhilog", "ipc:ipc_single", ]