androidlineageos

Compiling LineageOS 17.1 generates only system.img but no zip package?


Like the Title says, i can't figure out why it's not generating a flashable zip package with updater-script and so on.

Some years ago when i was compiling CM11 this worked fine.

Solution: Thanks @dcow for the hint !

i was using

lunch dreamlte

instead

brunch dreamlte

btw: make -jx bacon works as well where x is the number of threads or cpu cores.


Solution

  • I haven't done this in a few years either, but I'm pretty sure you now directly flash images using fastboot, not janky recovery image adb sideload update zips...

    Edit:

    Looks like Lineage still has people sideloading zips and only uses fastboot for the recovery partition. If you brunched and don't see a zip in $OUT I would assume your build wasn't actually successful.