Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenHarmony support(ohos) #208

Open
ldm0 opened this issue Feb 18, 2024 · 1 comment
Open

OpenHarmony support(ohos) #208

ldm0 opened this issue Feb 18, 2024 · 1 comment

Comments

@ldm0
Copy link
Contributor

ldm0 commented Feb 18, 2024

I am porting some private Rust projects to OpenHarmony.

OpenHarmony is basically another mobile operating system based on Linux, which owns a separate adb-like tool: hdc.

In terms of testing, dinghy is a very useful tool. So I created a fork to support OpenHarmony(https://github.com/ldm0/dinghy-ohos).

OpenHarmony's Rust toolchain is in tier 3 currently. I don't think there is any chance that this could be merged. But it would be great if you could leave this issue open, so that other developers which are also porting Rust stuff to OpenHarmony could find this.

Thanks. :-P

@fredszaq
Copy link
Collaborator

Hi @ldm0 !

Nice work ! It is always a pleasure to see dinghy used in new ways !

I don't see why we shouln't try and merge this into mainline dinghy ! The integration is effectively siloed so it should not cause a problem to existing dinghy users.

What would be nice before merging it would be to some way to test the integration using an emulator that we could run on the ci, like we do on android and ios (see https://github.com/sonos/dinghy/blob/main/.travis.sh) is this something you could add ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants