You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: