From 2b1bfcf875d37db0ec378bbc38801db78980810d Mon Sep 17 00:00:00 2001 From: h00574155 Date: Mon, 8 Aug 2022 11:07:46 +0000 Subject: [PATCH] Decoupling drm founction from graphic_standard Signed-off-by: h00574155 Change-Id: I3625308cfee02bf03617c41fae3053f9af252477 --- BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index e3a6cad..81f88d7 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -46,7 +46,7 @@ ohos_shared_library("libdrm") { "system", "updater", ] - part_name = "graphic_standard" - subsystem_name = "graphic" + part_name = "drivers_peripheral_display" + subsystem_name = "hdf" } ## Build libdrm.so }}} -- Gitee