From cb5766fcd9a48ab0ce280f321a1fbcfe08f60bfb Mon Sep 17 00:00:00 2001 From: LeechyLiang Date: Tue, 9 Jun 2026 10:11:12 +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/multimedia_video_processing_engine/issues/39 Change-Id: Ibaa2343e3d91b18c16fd70c3bb37bc64e5c37fc3 Signed-off-by: LeechyLiang --- bundle.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 20f040c..ec21bd6 100644 --- a/bundle.json +++ b/bundle.json @@ -45,7 +45,8 @@ "opengles", "bounds_checking_function", "opencl-headers", - "window_manager" + "window_manager", + "taihe_ffi_gen" ], "third_party": [ ]