aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-01-18 10:10:11 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-01-18 10:10:11 +0000
commit27c98eaa0dbe7c29d47e555557c9b415be31b56c (patch)
tree523c0b6b238d73c497495f0a62261831111cb21b
parentb51f6ba99a064c9cc4257698978e5fa03870a483 (diff)
parent6d1fc4c5a2f3d64a33dcc0d5b9cbc7aad11d0d99 (diff)
downloadbuild-27c98eaa0dbe7c29d47e555557c9b415be31b56c.tar.gz
Merge "Export ro.system.product.cpu.abilist*" into android10-gsi
-rwxr-xr-xtools/buildinfo.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/buildinfo.sh b/tools/buildinfo.sh
index d81c8369c7..d86b05fefd 100755
--- a/tools/buildinfo.sh
+++ b/tools/buildinfo.sh
@@ -37,6 +37,9 @@ echo "ro.product.cpu.abi=$TARGET_CPU_ABI"
if [ -n "$TARGET_CPU_ABI2" ] ; then
echo "ro.product.cpu.abi2=$TARGET_CPU_ABI2"
fi
+echo "ro.system.product.cpu.abilist=$TARGET_CPU_ABI_LIST"
+echo "ro.system.product.cpu.abilist32=$TARGET_CPU_ABI_LIST_32_BIT"
+echo "ro.system.product.cpu.abilist64=$TARGET_CPU_ABI_LIST_64_BIT"
if [ -n "$PRODUCT_DEFAULT_LOCALE" ] ; then
echo "ro.product.locale=$PRODUCT_DEFAULT_LOCALE"