Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly package vm and isolate snapshots on desktop and embedder t…
…argets. (flutter#5368) These snapshots used to be included (from the runtime target) in the executable if AOT mode was disabled. The mobile shells now include this snapshot in the kernel snapshot generated on the host. However the target that run on the host still need this. The tester target was already patched but the desktop embedder targets were overlooked. The unit tests passed on the embedder target because the unit tester exectuable was including the snapshot in addition to the dylib. Now the dylib itself depends on the snapshot directly.
- Loading branch information