add support for custom pref hash seed

This commit is contained in:
Carmelo Messina
2023-07-19 14:36:51 +02:00
parent 8e7624c69c
commit f021d97b4c
@@ -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") {