diff options
author | Narayan Kamath <narayan@google.com> | 2014-04-09 12:33:03 +0100 |
---|---|---|
committer | Narayan Kamath <narayan@google.com> | 2014-04-09 12:33:03 +0100 |
commit | 110ea46e096b2aff0afb60224406fb76699308c7 (patch) | |
tree | 3347ba9cd54e7a96861589a68bf4b74143951535 /tools | |
parent | 38568b424d3139c6d590f9b3d7961e16b8795dc2 (diff) | |
parent | 8af7e8ed3ecdfdf06d251c37c0cedfe340ffe18a (diff) | |
download | build-110ea46e096b2aff0afb60224406fb76699308c7.zip build-110ea46e096b2aff0afb60224406fb76699308c7.tar.gz build-110ea46e096b2aff0afb60224406fb76699308c7.tar.bz2 |
resolved conflicts for merge of 8af7e8ed to master
Change-Id: Ib427b36e133e29d1c2e9cea065e4e63c1e2e2122
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/buildinfo.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/buildinfo.sh b/tools/buildinfo.sh index 39ddc66..46a73f8 100755 --- a/tools/buildinfo.sh +++ b/tools/buildinfo.sh @@ -30,6 +30,8 @@ if [ -n "$TARGET_CPU_ABI2" ] ; then echo "ro.product.cpu.abi2=$TARGET_CPU_ABI2" fi echo "ro.product.cpu.abilist=$TARGET_CPU_ABI_LIST" +echo "ro.product.cpu.abilist32=$TARGET_CPU_ABI_LIST_32_BIT" +echo "ro.product.cpu.abilist64=$TARGET_CPU_ABI_LIST_64_BIT" echo "ro.product.manufacturer=$PRODUCT_MANUFACTURER" if [ -n "$PRODUCT_DEFAULT_LANGUAGE" ] ; then |