Searched refs:BUILD_PROP (Results 1 – 2 of 2) sorted by relevance
104 BUILD_PROP=$ANDROID_PRODUCT_OUT/system/build.prop105 if [ ! -f "$BUILD_PROP" ]; then106 dump "ERROR: Missing file: $BUILD_PROP"110 log "Extracting build properties from: $BUILD_PROP"114 CPU_ABI=$(awk -F '=' '$1 == "ro.product.cpu.abi" { print $2; }' $BUILD_PROP)116 dump "ERROR: Could not extract CPU ABI from $BUILD_PROP"131 PLATFORM=$(awk -F '=' '$1 == "ro.build.version.sdk" { print $2; }' $BUILD_PROP)133 dump "WARNING: Could not extract default platform level from $BUILD_PROP!"138 dump "ERROR: Couldn't extract API level from: $BUILD_PROP"
33 BUILD_PROP=$ANDROID_PRODUCT_OUT/system/build.prop34 if [ ! -f "$BUILD_PROP" ] ; then40 PLATFORM=`awk -F '=' '$1 == "ro.build.version.sdk" { print $2; }' $BUILD_PROP`42 dump "WARNING: Could not extract default platform level from $BUILD_PROP!"