Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bundle Folder Structure #278

Closed
jwinarske opened this issue Aug 24, 2022 · 3 comments
Closed

Bundle Folder Structure #278

jwinarske opened this issue Aug 24, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@jwinarske
Copy link
Contributor

@ardera Head's up on this. I use bundle folder structure for ivi-homescreen/flutter-auto and meta-flutter. It follows the linux GTK layout - post build. Maybe via --b option, or whatever. The optional components are very useful for debugging scenarios.

<bundle folder>
- data
    flutter_assets
    icuctl.dat <optional>
- lib
    libapp.so
    libflutter_engine.so <optional>

Patch here: https://github.com/meta-flutter/meta-flutter/pull/160/files

The only concern is that the patch as-is would be a breaking change for your users that don't use meta-flutter.

@ardera
Copy link
Owner

ardera commented Aug 25, 2022

Sure, would a build-flag work for that as well? Could also add a build-flag for the dunfell filesystem layout (that's mostly just app.so being called libapp.so, if #279 is resolved)

@ardera ardera added the enhancement New feature or request label Aug 25, 2022
@ardera ardera self-assigned this Aug 25, 2022
@jwinarske
Copy link
Contributor Author

@ardera Yeah whatever best fits your plans. A build flag is easy to manage.

@ardera
Copy link
Owner

ardera commented Nov 1, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants