Support for Android
Hi i am interested on this but I want to know how we can build for Android also any python pipe line to build using python for Android.
Are you talking about the TinyTeX distribution ? https://yihui.org/tinytex/
This repo is mainly the R package and we package some bundles released at https://github.com/rstudio/tinytex-releases
The build is done in https://github.com/rstudio/tinytex/blob/main/.github/workflows/build.yaml using some of the scripts in this repo.
This is all TeX Live installation that we "zip" for easily installation on other system.
So after all this, about installing TeX Live on your desired system. If you know how to do that, then you could have a pre-built package for your environment too following the same logic.
Then this repo is the tinytex R Package (https://cran.r-project.org/web/packages/tinytex/index.html) - so for that this is about running R on android.
Hope this give you context. Happy coding !