Move shared_libs with a static variant to static_libs
APEXes embbed copies of transitive dependencies meaning that most shared libraries are not shared with the rest of the system. In this case static linking is a net gain as the dependency is still copied but we allow the linker to do more optimisations. This reduces the APEX size by 0.67M. Bug: 265285999 Test: m com.android.btservices Change-Id: Ifb6dc5511a6d22b14d0a54e100f12aec43c5ae3b
Loading
Please register or sign in to comment