arm32 android fix

This commit is contained in:
Alexander Frick 2023-08-16 00:00:59 -05:00
parent 3fea8b75d0
commit b6919887a7
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ v8_target_cpu = "arm"
arm_version = 7
arm_arch = "armv7-a"
arm_tune = "generic-armv7-a"
arm_float_abi = "softfp"
# arm_float_abi = "softfp"
arm_use_thumb = true
arm_use_neon = true
arm_optionally_use_neon = false
@ -81,7 +81,7 @@ enable_hangout_services_extension = true
rtc_use_h264 = false
rtc_prefer_fixed_point = true
rtc_include_ilbc = true
rtc_build_with_neon = false
# rtc_build_with_neon = false
rtc_build_examples = false
rtc_enable_avx2 = false
enable_vr = true