Home | History | Annotate | Download | only in ndk

Lines Matching full:cpu_abi2

607     _,CPU_ABI2 = adb_var_shell(['getprop', 'ro.product.cpu.abi2'])
608 # Both CPU_ABI1 and CPU_ABI2 may contain multiple comma-delimited abis.
609 # Concatanate CPU_ABI1 and CPU_ABI2.
610 CPU_ABIS = CPU_ABI1.split(',')+CPU_ABI2.split(',')