Skip to content

Commit

Permalink
Update android_args.gn
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 authored Aug 25, 2022
1 parent e680438 commit b8e0b83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions android_args.gn
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ google_api_key = ""
google_default_client_id = ""
google_default_client_secret = ""
target_os = "android"
target_cpu = "arm"
target_cpu = "arm64"
is_official_build = true
is_debug = false
debuggable_apks = false
is_cfi = true
use_cfi_cast = true
android_channel = "unstable"
android_channel = "default"
disable_android_lint = true
enable_stripping = true
dcheck_always_on = false
Expand All @@ -17,6 +17,7 @@ exclude_unwind_tables = true
enable_iterator_debugging = false
disable_fieldtrial_testing_config = true
enable_reporting = false
enable_remoting = false
enable_resource_allowlist_generation = false
enable_profiling = false
is_component_build = false
Expand Down

0 comments on commit b8e0b83

Please sign in to comment.