Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[macOS] Clean up gen_snapshot copy invocation (flutter#36461)
create_macos_gen_snapshots.py uses `xcrun bitcode_strip` to copy gen_snapshot from its build directory to a suffixed gen_snapshot_arm64 or gen_snapshot_armv7, while stripping the bitcode segment, if any. This simplifies the python invocation to use subprocess.check_call, and also guarantees the process exits with failure in such a situation -- we weren't checking the return value of generate_gen_snapshot. This is cleanup for issues encountered while working on merging macOS/iOS gen_snapshot tooling. Issue: flutter/flutter#103386 Issue: flutter/flutter#101138
- Loading branch information