summaryrefslogtreecommitdiffstats
path: root/tools/buildinfo.sh
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2014-03-21 16:20:05 -0700
committerJeff Sharkey <jsharkey@android.com>2014-04-09 15:00:36 -0700
commit26e1a28e7f9aa22b37ec7d98dab0de5c93202ab0 (patch)
tree9812b003c54a15f86bf0a1068d87739f40184d6f /tools/buildinfo.sh
parent9ef2bee21a04b7c53fa16aef58aa0f2ef548fbd5 (diff)
downloadreplicant_build-26e1a28e7f9aa22b37ec7d98dab0de5c93202ab0.zip
replicant_build-26e1a28e7f9aa22b37ec7d98dab0de5c93202ab0.tar.gz
replicant_build-26e1a28e7f9aa22b37ec7d98dab0de5c93202ab0.tar.bz2
Pass OEM property list to OTA tools, thumbprint.
The OTA generation scripts need to know what system properties to read from the OEM partition, so pass along from product definition. Also define "thumbprint" which is only the build-specific parts of the fingerprint. (Thumbs are smaller than fingers.) Bug: 13367676 Change-Id: Iae051dcd2b1c67a7c8554d8ae318a4c54a86d614
Diffstat (limited to 'tools/buildinfo.sh')
-rwxr-xr-xtools/buildinfo.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/buildinfo.sh b/tools/buildinfo.sh
index 46a73f8..b402fac 100755
--- a/tools/buildinfo.sh
+++ b/tools/buildinfo.sh
@@ -46,9 +46,10 @@ echo "ro.board.platform=$TARGET_BOARD_PLATFORM"
echo "# ro.build.product is obsolete; use ro.product.device"
echo "ro.build.product=$TARGET_DEVICE"
-echo "# Do not try to parse ro.build.description or .fingerprint"
+echo "# Do not try to parse description, fingerprint, or thumbprint"
echo "ro.build.description=$PRIVATE_BUILD_DESC"
echo "ro.build.fingerprint=$BUILD_FINGERPRINT"
+echo "ro.build.thumbprint=$BUILD_THUMBPRINT"
echo "ro.build.characteristics=$TARGET_AAPT_CHARACTERISTICS"
echo "# end build properties"