mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
fix android 86
This commit is contained in:
parent
cc3629c90f
commit
7d431315c2
2 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ target_os = "android"
|
|||
target_cpu = "x64"
|
||||
v8_target_cpu = "x64"
|
||||
is_official_build = true
|
||||
is_high_end_android = true
|
||||
#is_high_end_android = true
|
||||
use_relr_relocations = true
|
||||
optimize_for_size = false
|
||||
# optimize_for_speed = true
|
||||
|
@ -16,7 +16,7 @@ is_cfi = true
|
|||
use_relative_vtables_abi = false
|
||||
icu_use_data_file = true
|
||||
use_cfi_cast = true
|
||||
use_gnome_keyring = false
|
||||
#use_gnome_keyring = false
|
||||
v8_use_external_startup_data = true
|
||||
android_channel = "stable"
|
||||
disable_android_lint = true
|
||||
|
|
|
@ -5,7 +5,7 @@ target_os = "android"
|
|||
target_cpu = "x86"
|
||||
v8_target_cpu = "x86"
|
||||
is_official_build = true
|
||||
is_high_end_android = true
|
||||
#is_high_end_android = true
|
||||
use_relr_relocations = true
|
||||
optimize_for_size = false
|
||||
# optimize_for_speed = true
|
||||
|
@ -16,7 +16,7 @@ is_cfi = true
|
|||
use_relative_vtables_abi = false
|
||||
icu_use_data_file = true
|
||||
use_cfi_cast = true
|
||||
use_gnome_keyring = false
|
||||
#use_gnome_keyring = false
|
||||
v8_use_external_startup_data = true
|
||||
android_channel = "stable"
|
||||
disable_android_lint = true
|
||||
|
|
Loading…
Reference in a new issue