Home
last modified time | relevance | path

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

/ndk/build/tools/
Ddev-platform-import.sh104 BUILD_PROP=$ANDROID_PRODUCT_OUT/system/build.prop
105 if [ ! -f "$BUILD_PROP" ]; then
106 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"
Ddev-system-import.sh33 BUILD_PROP=$ANDROID_PRODUCT_OUT/system/build.prop
34 if [ ! -f "$BUILD_PROP" ] ; then
40 PLATFORM=`awk -F '=' '$1 == "ro.build.version.sdk" { print $2; }' $BUILD_PROP`
42 dump "WARNING: Could not extract default platform level from $BUILD_PROP!"