diff --git a/component_compilation_whitelist.json b/component_compilation_whitelist.json index 6e6ab592f49bd6210154d4041427d4d59391a77c..0b26ee6668cb078febacedf19e0ea98443bba830 100644 --- a/component_compilation_whitelist.json +++ b/component_compilation_whitelist.json @@ -4,8 +4,7 @@ "//arkcompiler/runtime_core/isa:isa_combine", "//developtools/packing_tool:packing_tool", "//drivers/hdf_core/framework/tools/hc-gen:build_hc_gen", - "//drivers/peripheral/audio/test/systemtest/hdi_service/rk3568:hdi_service_hardwaredependence", - "//third_party/musl:musl_headers" + "//drivers/peripheral/audio/test/systemtest/hdi_service/rk3568:hdi_service_hardwaredependence" ], "all_dependent_configs": [ "//arkcompiler/ets_runtime:libark_jsruntime", @@ -3004,8 +3003,7 @@ "//arkcompiler/runtime_core:ark_config", "//developtools/packing_tool:packing_tool", "//drivers/hdf_core/framework/tools/hc-gen:build_hc_gen", - "//drivers/peripheral/audio/test/systemtest/hdi_service/rk3568:hdi_service_hardwaredependence", - "//third_party/musl:musl_headers" + "//drivers/peripheral/audio/test/systemtest/hdi_service/rk3568:hdi_service_hardwaredependence" ], "deps_not_lib": { "//applications/standard/applications_auth_widget:auth_widget": [ @@ -4064,9 +4062,6 @@ "//foundation/bundlemanager/distributed_bundle_framework/services/dbms/test/sceneProject/unittest/system_module:distributed_system_module": [ "//developtools/packing_tool:packing_tool" ], - "//foundation/communication/netmanager_base/services/netmanagernative/bpf:netsys": [ - "//third_party/musl:musl_headers" - ], "//foundation/communication/netmanager_ext/frameworks/vpn_dialog/dialog_ui/vpn_dialog:dialog_hap": [ "//developtools/packing_tool:packing_tool" ], @@ -7453,9 +7448,6 @@ "//foundation/bundlemanager/ecological_rule_manager/test/unittest:EcologicalRuleMgrServiceClientTest_resource_copy": [ "//third_party/googletest:gtest_main" ], - "//foundation/communication/netmanager_base/services/netmanagernative/bpf:netsys": [ - "//third_party/musl:musl_headers" - ], "//foundation/communication/netmanager_ext/frameworks/vpn_dialog/dialog_ui/vpn_dialog:dialog_hap": [ "//developtools/packing_tool:packing_tool", "//arkcompiler/ets_frontend/es2panda:es2abc_js_file" diff --git a/templates/bpf/ohos_bpf.gni b/templates/bpf/ohos_bpf.gni index 42a9e3c1b188c35fd4c58302e07a9f70d1cd5e9d..e2c752a0e0568ff24f7e2cf700de6ddbee857094 100644 --- a/templates/bpf/ohos_bpf.gni +++ b/templates/bpf/ohos_bpf.gni @@ -148,9 +148,9 @@ template("ohos_bpf") { deps = [ ":$_module_info_target", ":$_notice_target", - ":${_collect_target}", - "//third_party/musl:musl_headers" + ":${_collect_target}" ] + external_deps = [ "musl:musl_headers" ] if (defined(invoker.deps)) { deps += invoker.deps }