android_env icon indicating copy to clipboard operation
android_env copied to clipboard

Lightweight repo for git clone

Open Jeffjeno opened this issue 2 months ago • 1 comments

Hi, thanks for the great work!

When I cloned the repo, I noticed that the repository size is almost 200MB.
Would it be possible to provide a lightweight branch (or separate branch) that excludes large doc / asset files?
It would greatly help reduce clone time and storage cost.

Thanks!

Jeffjeno avatar Nov 28 '25 11:11 Jeffjeno

Hi @Jeffjeno, yeah, the current branch setup isn't ideal for lightweight clones. We could separate the documentation to its own branch to keep main smaller. The thing is that we don't interface directly with Github via git, and we instead use an internal service called Copybara to copy code over, and we don't know how to push to separate branches. It probably requires quite a bit of fiddling with the process, and it's a bit of a pain. I'll open a feature request in our internal bug tracker, but I won't promise you that this will be resolved soon.

Best,

Daniel

kenjitoyama avatar Nov 29 '25 17:11 kenjitoyama