-
- Downloads
Use more shared libraries in adb and init.
fs_mgr is used by several different processes in both system and recovery, so it makes sense for it to be a shared library to save space. libadbd is used by adbd, recovery (as minadbd) and fastbootd so it should be shared as well. Bug: 78793464 Test: compiles Change-Id: I4225f4d1a44e6e5811c68a55595d1f94f0773114 Merged-In: I4225f4d1a44e6e5811c68a55595d1f94f0773114 (cherry picked from commit aacfc68acfb6f9432e741fa25a68d9336cc7c401)
Showing
- adb/Android.bp 29 additions, 24 deletionsadb/Android.bp
- adb/transport_local.cpp 4 additions, 4 deletionsadb/transport_local.cpp
- fs_mgr/Android.bp 14 additions, 7 deletionsfs_mgr/Android.bp
- fs_mgr/libdm/Android.bp 4 additions, 4 deletionsfs_mgr/libdm/Android.bp
- init/Android.bp 9 additions, 8 deletionsinit/Android.bp
Loading
Please sign in to comment