Comment: 独立编译整改

Signed-off-by: jiangzhijun8 <jiangzhijun7@huawei.com>
This commit is contained in:
jiangzhijun8 2024-06-03 17:10:12 +08:00
parent ed96a56c59
commit b8b34346e0
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#include <string> #include <string>
#include <unordered_map> #include <unordered_map>
#include "../dm/dm_common.h" #include "dm_common.h"
#include "wm_common.h" #include "wm_common.h"
namespace OHOS { namespace OHOS {

View File

@ -47,6 +47,7 @@ if (!ispreview) {
"${graphic_base_path}/graphic_2d/rosen/modules/platform/utils", "${graphic_base_path}/graphic_2d/rosen/modules/platform/utils",
"${graphic_base_path}/graphic_2d/rosen/modules/platform/ipc_core", "${graphic_base_path}/graphic_2d/rosen/modules/platform/ipc_core",
"${graphic_base_path}/graphic_2d/rosen/modules/platform/image_native", "${graphic_base_path}/graphic_2d/rosen/modules/platform/image_native",
"${window_base_path}/interfaces/innerkits/wm",
] ]
} }