Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8179d4dc authored by Colin Cross's avatar Colin Cross
Browse files

HACK: use CPU_ABI hack only for arm64

The previous hack breaks x86_64, use it only for arm64.

Bug: 15018047
Bug: 16116257
Change-Id: Ia11f237590f7f3c7bc6a25208415b86240d2d6be
parent 38bbc70d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ echo "ro.product.board=$TARGET_BOOTLOADER_BOARD_NAME"
# instead (see below).
echo "# ro.product.cpu.abi and ro.product.cpu.abi2 are obsolete,"
echo "# use ro.product.cpu.abilist instead."
if [ -n "$TARGET_2ND_CPU_ABI" ] ; then
if [ "$TARGET_2ND_CPU_ABI" = "armeabi-v7a" ] ; then
  echo "ro.product.cpu.abi=$TARGET_2ND_CPU_ABI"
  if [ -n "$TARGET_2ND_CPU_ABI2" ] ; then
    echo "ro.product.cpu.abi2=$TARGET_2ND_CPU_ABI2"