Commit b2eb2a4
committed
fix: build.gradle.kts not falling back to default ABIs (#9611)
## Summary
When migrating to Kotlin DSL for `build.gradle` files we introduced a
regression where an empty string for React Native Architectures would no
longer be considered `falsy` and wouldn't fallback to the default ABI
list.
## Test plan
Try passing an empty string as ABIs and see that now that correctly fall
backs to the default list.
(cherry picked from commit d14c90f)1 parent 1fb7b3a commit b2eb2a4
3 files changed
Lines changed: 15 additions & 3 deletions
File tree
- packages
- react-native-reanimated/android
- react-native-worklets/android
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
125 | 129 | | |
126 | 130 | | |
127 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
140 | 144 | | |
141 | 145 | | |
142 | 146 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
| |||
0 commit comments