Commit 1e18d86
feat(android): build only the requested abis in the bundled app build.gradle
`-PabiFilters=<abi>[,<abi>]` now narrows the native build down to those abis
instead of being ignored, and an apk debug build splits so each abi gets its own
package. `-PsplitEnabled` forces the split on for any build type; `-PonlyX86`
keeps its old meaning and disables splitting.
The property is what the CLI passes for the devices a run is about to deploy to,
so this needs #6130 to be fully functional - on its own it only makes the
property meaningful for anyone passing it through `--gradleArgs`.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 508dd1e commit 1e18d86
1 file changed
Lines changed: 33 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
53 | 72 | | |
54 | 73 | | |
55 | 74 | | |
| |||
205 | 224 | | |
206 | 225 | | |
207 | 226 | | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
208 | 231 | | |
209 | | - | |
| 232 | + | |
210 | 233 | | |
211 | 234 | | |
212 | 235 | | |
213 | 236 | | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
214 | 246 | | |
215 | 247 | | |
216 | 248 | | |
| |||
0 commit comments