diff --git a/interfaces/kits/ani/BUILD.gn b/interfaces/kits/ani/BUILD.gn index 7f175ecc1a924c0bb0cccdfe9135c818690e323e..96d694ef73548a16945e1f693ee761cbe1889d8e 100644 --- a/interfaces/kits/ani/BUILD.gn +++ b/interfaces/kits/ani/BUILD.gn @@ -15,10 +15,6 @@ import("//build/config/components/ets_frontend/ets2abc_config.gni") import("//build/ohos.gni") import("//foundation/bundlemanager/bundle_framework/appexecfwk.gni") -config("bundle_ani_common_config") { - include_dirs = [ "./common" ] -} - ohos_shared_library("anibundlemanager") { sanitize = { cfi = true @@ -36,8 +32,6 @@ ohos_shared_library("anibundlemanager") { "common/common_fun_ani.cpp", ] - public_configs = [ ":bundle_ani_common_config" ] - deps = [ "${base_path}:appexecfwk_base", "${common_path}:libappexecfwk_common", @@ -64,8 +58,6 @@ generate_static_abc("bundleManager2abc") { arktsconfig = "ani_config.json" dst_file = "$target_out_dir/BundleManager.abc" out_puts = [ "$target_out_dir/BundleManager.abc" ] - is_boot_abc = "True" - device_dst_file = "system/framework/BundleManager.abc" } group("ani_package") {