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 <schwenderjonathan@gmail.com>
This commit is contained in:
Jonathan Schwender 2025-03-11 20:34:32 +01:00 committed by GitHub
parent ae2c9090cc
commit f7ddac249b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,10 +41,6 @@ use super::host_trait::HostTrait;
mod resources;
mod simpleservo;
// Can be removed once <https://github.com/ohos-rs/ohos-rs/pull/105> is merged / released.
#[link(name = "ace_napi.z")]
extern "C" {}
#[napi(object)]
#[derive(Debug)]
pub struct InitOpts {