←back to thread

137 points cdesai | 1 comments | | HN request time: 0.348s | source
Show context
api ◴[] No.45670861[source]
Could you just do the build in /dev/shm?
replies(1): >>45670921 #
1. ongy ◴[] No.45670921[source]
No. `/dev/shm` would just be a build in `tmpfs`.

Though from what I gather form the story, part of the spedup comes from how android composes their build stages.

I.e. speeding up by not downloading everything only helps if you don't need everything you download. And adds up when you download multiple times.

I'm not sure they can actually provide a speedup in a tight developer cycle with a local git checkout and a good build system.