pschichtel/JavaCAN

Support building without dockcross

pschichtel opened this issue · 0 comments

Currently the project can only be build on systems with support for podman or docker. However android does not support running either of them currently due to a lack of kernel support of container features1. The script could however support using the system-installed toolchain instead of using dockcross.

Footnotes

  1. https://github.com/containers/podman/discussions/17717