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

Question about build process! #55

Open
luanon404 opened this issue May 1, 2024 · 2 comments
Open

Question about build process! #55

luanon404 opened this issue May 1, 2024 · 2 comments

Comments

@luanon404
Copy link

Hi, Im wonder how did your apk only 100mb, while chromium is 500mb, what is the different? also can i know if i can build one? can you give me like docs or something about size reduce? because i only need the webview lib. hope you will reply. Thanks

@gz83
Copy link
Collaborator

gz83 commented May 2, 2024

It seems that you used the args parameters given by Google to compile the webview. It should be noted that the args parameters given by Google often lack optimization and include debugging symbols. This may be the reason why you get an apk that takes up a particularly large space.

For more information about our browser or webview, see the Thorium main repo.

@luanon404
Copy link
Author

It seems that you used the args parameters given by Google to compile the webview. It should be noted that the args parameters given by Google often lack optimization and include debugging symbols. This may be the reason why you get an apk that takes up a particularly large space.

For more information about our browser or webview, see the Thorium main repo.

Oh, you right! i have more question, can i use thorium source to build my own webview for my public python library? Do I have to use the same license as thorium? I'm bad at this point. Thanks

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

No branches or pull requests

2 participants