FIRST-Tech-Challenge / FtcRobotController

BSD 3-Clause Clear License
686 stars 3.98k forks source link

[build optimization] Don't build `armeabi-v7a` by default #797

Open qwertychouskie opened 8 months ago

qwertychouskie commented 8 months ago

There are no FTC-legal armeabi-v7a (aka arm32) devices anymore, and EasyOpenCV supports arm64-v8a just fine nowadays. Disabling the build of armeabi-v7a cuts the APK from ~60MB to ~50MB.

qwertychouskie commented 8 months ago

Also FtcCommon-9.0.1 includes a bunch of sound files that are not used. Only these files are actually needed:

Everything else is not used, and just eating up space unnecessarily. Removing these files should shave off another ~3.2MB from the source, and at least 1MB from the APK.