1e41f4b71Sopenharmony_ci# Bundle Manager Subsystem Changelog
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ci## cl.bundlemanager.1 Uncompressed Mode Adopted for libs During Packing
4e41f4b71Sopenharmony_ci
5e41f4b71Sopenharmony_ci**Access Level**
6e41f4b71Sopenharmony_ci
7e41f4b71Sopenharmony_ciOther
8e41f4b71Sopenharmony_ci
9e41f4b71Sopenharmony_ci**Reason for Change**
10e41f4b71Sopenharmony_ci
11e41f4b71Sopenharmony_ciBy default, the packing tool packs **libs** in compressed mode. This operation decreases the size of the installation package while increasing the packing time. However, developers are more sensitive to the packing time in the development and debugging phase. As such, the packing tool is changed to pack **libs** in uncompressed mode by default.
12e41f4b71Sopenharmony_ci
13e41f4b71Sopenharmony_ci**Change Impact**
14e41f4b71Sopenharmony_ci
15e41f4b71Sopenharmony_ciThis change is a compatible change. It affects the compressed mode of **libs** during packing.
16e41f4b71Sopenharmony_ci
17e41f4b71Sopenharmony_ci**Change Since**
18e41f4b71Sopenharmony_ci
19e41f4b71Sopenharmony_ciOpenHarmony SDK 4.1.3.5
20e41f4b71Sopenharmony_ci
21e41f4b71Sopenharmony_ci**Key API/Component Changes**
22e41f4b71Sopenharmony_ci
23e41f4b71Sopenharmony_ciBefore the change, the packing tool packs **libs** in compressed mode by default.
24e41f4b71Sopenharmony_ci
25e41f4b71Sopenharmony_ciAfter the change, the packing tool packs **libs** in uncompressed mode by default.
26e41f4b71Sopenharmony_ci
27e41f4b71Sopenharmony_ci**Adaptation Guide**
28e41f4b71Sopenharmony_ci
29e41f4b71Sopenharmony_ciBy default, the packing tool packs **libs** in uncompressed mode. To pack **libs** in compressed mode, set **compressNativeLibs** in the [module.json5 file](../../../application-dev/quick-start/module-configuration-file.md) to **true**.
30