summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2021-11-19 22:55:02 +0100
committerJosJuice <josjuice@gmail.com>2021-11-19 22:56:34 +0100
commitd3a23fe5c28fb2eb9a3c4e3847ea0e14152d277d (patch)
tree8ec1532ce67f111d1eff3e004ab5c0a790a38b02 /Source/Core/InputCommon/ControllerInterface
parent8b57aad8edd82ccc414775d22e96d896bcac6176 (diff)
Android: Enable R8 code shrinking
This decreases our APK size by a few megabytes. Most of the reduction is from Java libraries that we only use small parts of. Code shrinking gets rid of all the unused code from these libraries from the APK. Because I highly value the ability to get stack traces that make sense, I have specifically disabled obfuscation (automatic renaming of symbols to short incomprehensible names). I've only enabled code shrinking for release builds, purely because I feel like the extra build time (30 seconds on my machine) would be annoying when you want to make debug builds rapidly.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
0 files changed, 0 insertions, 0 deletions