Skip to content

Commit

Permalink
add support for custom pref hash seed
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo committed Jul 19, 2023
1 parent 8e7624c commit f021d97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/images/bromite-build/build_args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ if (target_os == "android") {
android_keystore_name = "cromite"
android_keystore_password = getenv("KEYSTORE_PASSWORD")
}

cromite_pref_hash_seed_bin = getenv("CROMITE_PREF_HASH_SEED_BIN")

_is_debug_build = getenv("TARGET_ISDEBUG")
if(_is_debug_build == "true") {
Expand Down

0 comments on commit f021d97

Please sign in to comment.