Patrik Oldsberg
Patrik Oldsberg
Also updated links and the plugin maintainer ownership description
Oh I hadn't seen this, interesting! Is it ready for review?
@dweber019 and #24909 😁
@avila-m-6 alright, thank you! 👍
@carl-reverb I'd expect this to be related to `@backstage/backend-common` but it does look like your root version is alright. Could you run and show the output of `yarn why @backstage/backend-common`?...
@carl-reverb hmm, yeah I don't think that's gonna be it. What if you migrate the permissions backend first? It could be that we're not handling the chained calls correctly.
@carl-reverb yep, so try moving the permissions plugin to be using the new system cleanly without `legacyPlugin`. Afaik you should be able to install `@backstage/plugin-permission-backend/alpha` and the permission backend module...
Thank you! 👍
Yep. There are some Android specific bits at the moment though, like https://github.com/EricssonResearch/openwebrtc/blob/b05d861b2dca146180ed01ab5ea3a753b18c3eb3/bindings/java/gen_jni.py#L121, and https://github.com/EricssonResearch/openwebrtc/blob/9118464b65465343ac38160a32aa0e449b96597a/bindings/java/c_generator.py#L685 Afaik the main think to solve is how to get a window handle for video...
The build currently uses the Android NDK for Java headers and libs. To build for other targets you will need to use an appropriate JDK.