rive-app / rive-flutter

Flutter runtime for Rive
https://rive.app
MIT License
1.16k stars 180 forks source link

Support reproducible builds #353

Open braniii opened 8 months ago

braniii commented 8 months ago

Description

Including rive to my flutter app I am not able to use reproducible builds for F-droid. The issue is, that the build-id of librive_text.so depends on the path of the project etc. Therefore, it would be helpful to pass --build-id=none to the linker which will disable build-id generation completely.

I am not sure if this is the right place, or if it should be posted at rive-cpp. But I am thankful for any help.

Steps To Reproduce

Steps to reproduce the behavior:

  1. Go to my app trale
  2. Analyze the apks.
  3. Compare to f-droid CI which fails, see line 888

Device & Versions (please complete the following information)