From 899779dd809d0770913b057352f0569e61b0b486 Mon Sep 17 00:00:00 2001 From: kurnevichstanislav Date: Mon, 26 May 2025 15:50:59 +0300 Subject: [PATCH] temp Signed-off-by: kurnevichstanislav Change-Id: I5fe75a8e7cfac229ce61ba61b32be4d2afbf29e6 --- ets2panda/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ets2panda/BUILD.gn b/ets2panda/BUILD.gn index 0a01661fb6..c3a8b4aaa6 100644 --- a/ets2panda/BUILD.gn +++ b/ets2panda/BUILD.gn @@ -1140,6 +1140,8 @@ ohos_shared_library("libes2panda") { ohos_source_set("libes2panda_frontend_static") { sources = libes2panda_sources + sources += [ "$ark_root/static_core/temp/temp.cpp" ] + configs = libes2panda_configs deps = [ -- Gitee