mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The engine RunBundleAndSnapshotFromLibrary API expects a bundle path directory containing the application's assets. If the Android embedding is using AOT ELF library packaging and does not need to extract assets, then create an empty directory at the bundle path. Fixes https://github.com/flutter/flutter/issues/34287