2 ms·
As I read down the readme, I kept saying to myself "ok, that's reasonable," right up until I saw the 300GB free space requirement to build the image. Is that re
by 4thguy 1mo ago
As I read down the readme, I kept saying to myself "ok, that's reasonable," right up until I saw the 300GB free space requirement to build the image. Is that really what is needed to build an image for a phone or is this a one-off?
- nrclark 1mo agoYes, that's normal for an Android build. Maybe even on the lightweight side as far as build requirements. I agree that it's an absurd about of space.
- realusername 1mo agoAndroid build system is a heavy Rube Goldberg machine, it's amazing it even works at all
- kasabali 1mo agoAndroid is a heavy Rube Goldberg machine, it's amazing it even works at all.
- em3rgent0rdr 1mo agoCompiled android once ~10 years ago, remember it taking at least half a day. Really helped me appreciate how many things go into it.
- hulitu 1mo ago> how many things go into it. maybe how much bloat.
- yjftsjthsd-h 1mo agoMy understanding is that yes Android build requirements are... significant. Given that a gentoo system can self-host in like <10% of that space, I am somewhat mystified how it got here, but yes that's "normal".
- nosioptar 1mo agoMy x220i w/ i3-2310m and 8gb ddr3 can compile gentoo from a stage 1. Android's build system must be hopelessly fucked to require the specs it does.
- trollbridge 1mo agoBuilding Android is heavy, and so is Chrome.
- exe34 1mo agoAndroid uses like 7 build systems and repo is like 50 submodules deep.
- tripdout 1mo agoandroid-latest-release branch (Android 16 QPR2) for lunch target aosp_cf_x86_64_phone-trunk_staging-eng (Cuttlefish emulator): > du -hs --exclude /aosp/android-latest-release/out /aosp/android-latest-release 132G /aosp/android-latest-release > du -hs /aosp/android-latest-release/out 127G /aosp/android-latest-release/out So ~130GB each for the compiled artifacts and the source code. It's heavy, and at times can easily fill 64GB of RAM during the build.
- deleted 1mo ago[deleted]