Mention ABI splits for Android projects

This commit is contained in:
Alessio Placitelli 2020-09-08 14:47:24 +02:00
Родитель e2d5ad83db
Коммит 2322a5efae
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1,6 +1,7 @@
personal_ws-1.1 en 190 utf-8
AAR
AARs
ABI
APIs
APK
BUGFIX

Просмотреть файл

@ -60,6 +60,7 @@ For example, if version *33.0.0* is used, then the include directive becomes:
implementation "org.mozilla.components:service-glean:33.0.0"
```
> **Size impact on the application APK**: the Glean SDK APK ships binary libraries for all the supported platforms. Each library file measures about 600KB. If the final APK size of the consuming project is a concern, please enable [ABI splits](https://developer.android.com/studio/build/configure-apk-splits#configure-abi-split).
</div>