Home | History | Annotate | Download | only in tests

Lines Matching refs:CPU_ABI2

979             # get device CPU_ABI and CPU_ABI2, each may contain list of abi, comma-delimited.
981 adb_var_shell_cmd "$DEVICE" CPU_ABI2 getprop ro.product.cpu.abi2
982 CPU_ABIS="$CPU_ABI1,$CPU_ABI2"
985 if [ "$CPU_ABI1" = "armeabi-v7a" -o "$CPU_ABI2" = "armeabi-v7a" ]; then