From 26e1a28e7f9aa22b37ec7d98dab0de5c93202ab0 Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Fri, 21 Mar 2014 16:20:05 -0700 Subject: 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 --- tools/buildinfo.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/buildinfo.sh') 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" -- cgit v1.1