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

Error when build arm64 android chromium webview #793

Open
Cuong29 opened this issue Aug 27, 2024 · 3 comments
Open

Error when build arm64 android chromium webview #793

Cuong29 opened this issue Aug 27, 2024 · 3 comments

Comments

@Cuong29
Copy link

Cuong29 commented Aug 27, 2024

image
i install step by step :
Install depot_tools
Clone Thorium
Clone Chromium: fetch --nohooks chromium
Run ./build/install-build-deps.sh --no-nacl --android
Edit chromium/.gclient, add line at end target_os = ["android"]
gclient sync
Run ./trunk.sh
Edit version.sh, add line near end with --target=android-arm64 so it downloads that PGO profile. Run it
Run ./setup.sh --android
Update last line of ~/thorium/arm/android/android_arm64_args.gn with path of downloaded android arm64 PGO file
Paste contents of args.gn file when running gn args out/thorium
Run ./build_android.sh --arm64 4
and result such as picture when i running ./build_android.sh --arm64 4

Repository owner deleted a comment Aug 27, 2024
Repository owner deleted a comment Aug 27, 2024
@Alex313031
Copy link
Owner

@Cuong29 Hmmm. What OS are you building on, ubuntu 22.04 or 24.04?

@Cuong29
Copy link
Author

Cuong29 commented Sep 2, 2024

i build on 22.04. i built android webview.

@Cuong29
Copy link
Author

Cuong29 commented Sep 2, 2024

@Alex313031

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