summaryrefslogtreecommitdiffstats
path: root/tools/buildinfo.sh
diff options
context:
space:
mode:
authorJoe Onorato <joeo@google.com>2010-11-09 08:53:01 -0800
committerJoe Onorato <joeo@google.com>2010-11-09 08:53:01 -0800
commit25939e224e1cc0522f9028d3decafa878c3b171c (patch)
tree0d949b3e63ac7e08733e1af6edb204f63b94aaba /tools/buildinfo.sh
parent9d1d63e2a7f9c0c055d2b66aea74c74f786081cc (diff)
downloadreplicant_build-25939e224e1cc0522f9028d3decafa878c3b171c.zip
replicant_build-25939e224e1cc0522f9028d3decafa878c3b171c.tar.gz
replicant_build-25939e224e1cc0522f9028d3decafa878c3b171c.tar.bz2
Set ro.build.characteristics to the value from PRODUCT_CHARACTERISTICS that's also passed to aapt.
Bug: 3144768 Change-Id: Ic1724c64d015de7a5c4f13709b91db51b8f10872
Diffstat (limited to 'tools/buildinfo.sh')
-rwxr-xr-xtools/buildinfo.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/buildinfo.sh b/tools/buildinfo.sh
index ce3ee81..e3fe99c 100755
--- a/tools/buildinfo.sh
+++ b/tools/buildinfo.sh
@@ -40,5 +40,6 @@ echo "ro.build.product=$TARGET_DEVICE"
echo "# Do not try to parse ro.build.description or .fingerprint"
echo "ro.build.description=$PRIVATE_BUILD_DESC"
echo "ro.build.fingerprint=$BUILD_FINGERPRINT"
+echo "ro.build.characteristics=$TARGET_AAPT_CHARACTERISTICS"
echo "# end build properties"