diff --git a/other/Android/build/config/arm.gni b/other/Android/build/config/arm.gni index 9fad68e6..b9d53a97 100644 --- a/other/Android/build/config/arm.gni +++ b/other/Android/build/config/arm.gni @@ -127,7 +127,7 @@ if (current_cpu == "arm" || v8_current_cpu == "arm") { } else if (current_cpu == "arm64" || v8_current_cpu == "arm64") { # arm64 supports only "hard". arm_float_abi = "hard" - arm_use_neon = true + arm_use_neon = "true" declare_args() { # Enables the new Armv8 branch protection features. Valid strings are: # - "pac": Enables Pointer Authentication Code (PAC, featured in Armv8.3)