Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
qwertychouskie opened this issue Oct 27, 2023 · 1 comment
Open

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

qwertychouskie opened this issue Oct 27, 2023 · 1 comment

Comments

@qwertychouskie
Copy link

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
Copy link
Author

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

  • ss_mf_fail.wav
  • ss_light_speed.wav
  • ss_mine.wav
  • ss_bb8_down.wav
  • ss_r2d2_up.wav

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant