Home
last modified time | relevance | path

Searched refs:CPU_ABI (Results 1 – 2 of 2) sorted by relevance

/ndk/build/tools/
Ddev-platform-import.sh114 CPU_ABI=$(awk -F '=' '$1 == "ro.product.cpu.abi" { print $2; }' $BUILD_PROP)
120 log "Found target CPU ABI: $CPU_ABI"
121 ARCH=$(convert_abi_to_arch $CPU_ABI)
123 dump "ERROR: Can't translate $CPU_ABI ABI into CPU architecture!"
/ndk/tests/
Drun-tests.sh556 for CPU_ABI in $CPU_ABIS; do
557 SRCDIR="$BUILD_DIR/`basename $1`/libs/$CPU_ABI"