Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 0600913c authored by Carmelo Messina's avatar Carmelo Messina
Browse files

gn args: move disable_android_lint in android section, drop removed enable_log_error_not_reached

parent ce1c5236
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ build_contextual_search=false
build_with_tflite_lib=false
chrome_pgo_phase=0
dcheck_always_on=false
disable_android_lint=true
disable_fieldtrial_testing_config=true
enable_hangout_services_extension=false
enable_iterator_debugging=false
@@ -80,9 +79,6 @@ use_minikin_hyphenation = false
# initial commit: https://source.chromium.org/chromium/chromium/src/+/fd9a841f7a63b9f5510f6b713d9c833d259c63ad
enable_bound_session_credentials = false

# Use LogErrorNotReached() for NOTREACHED_IN_MIGRATION() 
enable_log_error_not_reached = true

# Allows building without //third_party/unrar included, for license reasons
safe_browsing_use_unrar = false

@@ -121,6 +117,8 @@ if (target_os == "android") {

  cromite_pref_hash_seed_bin = getenv("CROMITE_PREF_HASH_SEED_BIN")
  
  disable_android_lint = true

  _is_debug_build = getenv("TARGET_ISDEBUG")
  if (_is_debug_build == "true") {
    # print("Debug build on")