From f7ddac249b73527a96180442670f024517e107e2 Mon Sep 17 00:00:00 2001 From: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Date: Tue, 11 Mar 2025 20:34:32 +0100 Subject: [PATCH] ohos: Remove direct link to ace_napi.z (#35921) The underlying issue was solved in napi-ohos 1.0.2, and we have already updated to 1.0.4 Signed-off-by: Jonathan Schwender --- ports/servoshell/egl/ohos.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ports/servoshell/egl/ohos.rs b/ports/servoshell/egl/ohos.rs index b40657925bc..f16ce7ba2ed 100644 --- a/ports/servoshell/egl/ohos.rs +++ b/ports/servoshell/egl/ohos.rs @@ -41,10 +41,6 @@ use super::host_trait::HostTrait; mod resources; mod simpleservo; -// Can be removed once is merged / released. -#[link(name = "ace_napi.z")] -extern "C" {} - #[napi(object)] #[derive(Debug)] pub struct InitOpts {