Merge "Make ro.product.cpu.abilist.* to be fetched dynamically"

This commit is contained in:
Treehugger Robot
2021-01-14 18:34:22 +00:00
committed by Gerrit Code Review
3 changed files with 5 additions and 11 deletions

View File

@@ -35,9 +35,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"