Commit 4b64083
fix: turn off build IDs for reproducibility (facebook#53089)
Summary:
these cause issues for apps that want to be "reproducible" (i.e. the same code leads to the same output, which can be helpful for detemining if there's been any tampering or similar). see also https://gitlab.com/IzzyOnDroid/repo/-/wikis/Reproducible-Builds/RB-Hints-for-Developers#no-funny-build-time-generated-ids
I'm not exactly sure why this was set. it seems to have been introduced in facebook@e3830dd without any (public) explanation as to why it was needed?
## Changelog:
[ANDROID] [FIXED] - Turned off build IDs for native libraries, fixing issues with reproducibility
Pull Request resolved: facebook#53089
Test Plan: I've successfully used similar patches in my own app for a while.
Reviewed By: cipolleschi
Differential Revision: D79718924
Pulled By: cortinico
fbshipit-source-id: 7c609fa0b5b305cb759586fb1c7f332589ca9cc71 parent 2ef9e98 commit 4b64083
File tree
1 file changed
+0
-3
lines changed- packages/react-native/ReactAndroid/src/main/jni
1 file changed
+0
-3
lines changedLines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 32 | | |
36 | 33 | | |
37 | 34 | | |
| |||
0 commit comments