universal7570: use 'arm' as primary arch

Since 7570 devices is arm in stock ROM. But kernel is arm64.

This somehow fixed bluetooth lib error: libbluetooth_jni

Change-Id: I55b4e30c14fc65e3a52a65cf102837f0a5d03dc8
This commit is contained in:
Hendra Manudinata 2021-03-10 22:24:02 +07:00
parent b8821581f9
commit 780523cb3f
No known key found for this signature in database
GPG key ID: 8DB7A83A9B4EE2D6

View file

@ -30,20 +30,13 @@ TARGET_BOARD_PLATFORM := exynos5
TARGET_SOC := exynos7570
# Architecture
TARGET_ARCH := arm64
TARGET_ARCH := arm
TARGET_ARCH_VARIANT := armv8-a
TARGET_CPU_ABI := arm64-v8a
TARGET_CPU_ABI2 :=
TARGET_CPU_ABI := armeabi-v7a
TARGET_CPU_ABI2 := armeabi
TARGET_CPU_VARIANT := cortex-a53
TARGET_CPU_VARIANT_RUNTIME := cortex-a53
TARGET_2ND_ARCH := arm
TARGET_2ND_ARCH_VARIANT := armv8-a
TARGET_2ND_CPU_ABI := armeabi-v7a
TARGET_2ND_CPU_ABI2 := armeabi
TARGET_2ND_CPU_VARIANT := cortex-a53
TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a53
# Binder
TARGET_BOARD_SUFFIX := _64
TARGET_USES_64_BIT_BINDER := true