Skip to content

Commit

Permalink
[TOOLS] Build 32bit webview (#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo committed Jan 21, 2025
1 parent 5b8a32e commit b0ddb6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/cromite.gn_args
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ if (target_os == "android") {
cromite_pref_hash_seed_bin = getenv("CROMITE_PREF_HASH_SEED_BIN")

_is_debug_build = getenv("TARGET_ISDEBUG")
if(_is_debug_build == "true") {
if (_is_debug_build == "true") {
# print("Debug build on")
is_debug = true
is_official_build = false
Expand All @@ -141,8 +141,8 @@ if (target_os == "android") {
}

if (build_webview) {
# only 64bit
skip_secondary_abi_for_cq = true
# 32 and 64bit
skip_secondary_abi_for_cq = false
}
}

Expand Down

0 comments on commit b0ddb6e

Please sign in to comment.