Android Build Optimisations #5868
vaslabs
started this conversation in
Development
Replies: 1 comment
-
First iteration for reducing the androidTest apk I suspect further reduction can be done with R8 (I found evidence in Gradle's resulting apk that R8 is involved) but will leave that work for a subsequent PR |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This discussion is to exchange ideas and discuss on starting to optimise the Android build.
Basically, some things in the build process are over "provisioned" (for lack of a better word) , there might be excessive things packaged in the APK or things that are using CLI tools can be optimised as jvm workers (e.g. like the KSP2)
A few things that come to mind at the moment:
androidPackageableNativeDeps
, it needs some knowledge of mill + android)Beta Was this translation helpful? Give feedback.
All reactions