Shared libraries
Shared libraries
Posted Nov 24, 2025 22:25 UTC (Mon) by Cyberax (✭ supporter ✭, #52523)In reply to: Shared libraries by carlosrodfern
Parent article: APT Rust requirement raises questions
Why would this be complicated? You just recompile stuff and ship it. It might force you to invest in more efficient packaging system, if anything. There's no need to transmit 150Mb of data if you need to change 20 bytes of code.
Android uses this for the OTA system updates.
