aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzuWei Lin <szuweilin@google.com>2020-12-31 16:59:27 +0800
committerSzuWei Lin <szuweilin@google.com>2021-01-15 09:05:39 +0000
commitf5143225c61428c20a96490dc726e1a24eedd76f (patch)
treec60a4ccc9391861d5f394af82da72916df724906
parent8a0ba0afbeb8482b6bf488252a0925b7a2320fc4 (diff)
downloadbuild-f5143225c61428c20a96490dc726e1a24eedd76f.tar.gz
Make ro.product.cpu.abilist.* to be fetched dynamically
The patch rename the original ro.product.cpu.abilist* to ro.system.product.cpu.abilist*. The property service will define ro.product.cpu.abilist* by the intersect ABIs of ro.{partition}.product.cpu.abilist*. Bug: 176520383 Test: build aosp_arm64-userdebug and check the system/build.prop Change-Id: I26e404632b28e9f6abd462920e0084ad2022a763
-rwxr-xr-xtools/buildinfo.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/buildinfo.sh b/tools/buildinfo.sh
index 24ac663f20..d81c8369c7 100755
--- a/tools/buildinfo.sh
+++ b/tools/buildinfo.sh
@@ -37,9 +37,6 @@ 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.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"
if [ -n "$PRODUCT_DEFAULT_LOCALE" ] ; then
echo "ro.product.locale=$PRODUCT_DEFAULT_LOCALE"