From 4d0a9abc5fea55b7712c56e874e8e3589eb790de Mon Sep 17 00:00:00 2001 From: hanlin15 Date: Fri, 1 Aug 2025 14:42:16 +0800 Subject: [PATCH] fix:del ani bundle Signed-off-by: hanlin15 Change-Id: Ibfd1a768b4b77b6b5a1764eda156280aa20d2cd1 --- bundle.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/bundle.json b/bundle.json index 9c6c5ca8..4148f1c5 100644 --- a/bundle.json +++ b/bundle.json @@ -56,7 +56,6 @@ "build": { "sub_component": [ "//foundation/communication/ipc:ipc_components", - "//foundation/communication/ipc/ipc/native/src/ani:rpc_ani_packages", "//foundation/communication/ipc/ipc/native/src/taihe/:rpc_taihe_components" ], "inner_kits": [ @@ -84,16 +83,6 @@ "header_base": "//foundation/communication/ipc/interfaces/innerkits/ipc_core/include" } }, - { - "name": "//foundation/communication/ipc/ipc/native/src/ani/rpc:rpc_ani", - "header": { - "header_files": [ - "ani_remote_object.h", - "ani_utils.h" - ], - "header_base": "//foundation/communication/ipc/ipc/native/src/ani/rpc/include" - } - }, { "name": "//foundation/communication/ipc/interfaces/innerkits/ipc_single:ipc_single", "header": { -- Gitee