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.
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 brunch
ed and don't see a zip in $OUT
I would assume your build wasn't actually successful.