From b38d3419751f96d8a9f0e79450d6fb3f86c914c7 Mon Sep 17 00:00:00 2001 From: LeechyLiang Date: Tue, 9 Jun 2026 10:10:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20taihe=5Fffi=5Fgen=20?= =?UTF-8?q?=E9=83=A8=E4=BB=B6=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在 bundle.json 的 deps.components 中补充 taihe_ffi_gen,适配部件独立后的依赖关系。 Issue: https://gitcode.com/openharmony/developtools_syscap_codec/issues/367 Change-Id: I3d1f90d161222e99c6472510c4c4cd1675b296b7 Signed-off-by: LeechyLiang --- bundle.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 791ff30..673d525 100644 --- a/bundle.json +++ b/bundle.json @@ -28,7 +28,8 @@ "napi", "bounds_checking_function", "cJSON", - "runtime_core" + "runtime_core", + "taihe_ffi_gen" ], "third_party": [] },