Commit 6a2656e
ADFA-4762: Restore per-ABI assets zip generation for generate_assets workflow (#1573)
PR #1441 (ADFA-4423) removed createAssetsZip() while extracting the AI
plugins, so assembleV8Assets/assembleV7Assets stopped producing
app/build/outputs/assets/assets-<abi>.zip and the "Generate Assets Zips
and Upload to Google Drive" workflow has failed at the Drive upload step
ever since. Debug APKs still need these zips on-device
(SplitAssetsInstaller).
Restore a trimmed createAssetsZip(arch) - the original repackaging logic
minus the llama.aar/D8 handling the installer no longer expects - and
wire it back into assembleV8Assets/assembleV7Assets. Entry names match
the installer contract in AssetsInstallationHelper.expectedEntries.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 7f1ffb3 commit 6a2656e
1 file changed
Lines changed: 56 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
411 | 412 | | |
412 | 413 | | |
413 | 414 | | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
414 | 464 | | |
415 | 465 | | |
416 | 466 | | |
417 | 467 | | |
418 | 468 | | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
419 | 472 | | |
420 | 473 | | |
421 | 474 | | |
422 | 475 | | |
423 | 476 | | |
424 | 477 | | |
425 | 478 | | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
426 | 482 | | |
427 | 483 | | |
428 | 484 | | |
| |||
0 commit comments