Target arm instead of arm64

This is to allow it to work on AP9's firmware which is currently
32-bit.
This commit is contained in:
Allen Luce 2021-10-20 16:13:47 +00:00
parent 955b867ccf
commit 0c58a77ed3

View file

@ -32,6 +32,7 @@ rtc_build_examples=false
safe_browsing_mode=0
symbol_level=1
target_os="android"
target_cpu="arm"
use_debug_fission=true
use_errorprone_java_compiler=false
use_gnome_keyring=false