mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 04:05:31 -04:00
universal7885: Drop obsolete cpu flags
TARGET_CPU_SMP:4230533457TARGET_CPU_ABI2 of arm64:1c8941f9ea
This commit is contained in:
parent
8bd59262a6
commit
f822eeb345
1 changed files with 0 additions and 2 deletions
|
|
@ -23,13 +23,11 @@ TARGET_ARCH_VARIANT := armv8-a
|
|||
TARGET_CPU_ABI := armeabi-v7a
|
||||
TARGET_CPU_ABI2 := armeabi
|
||||
TARGET_CPU_VARIANT := cortex-a53
|
||||
TARGET_CPU_SMP := true
|
||||
TARGET_USES_64_BIT_BINDER := true
|
||||
else
|
||||
TARGET_ARCH := arm64
|
||||
TARGET_ARCH_VARIANT := armv8-a
|
||||
TARGET_CPU_ABI := arm64-v8a
|
||||
TARGET_CPU_ABI2 :=
|
||||
TARGET_CPU_VARIANT := cortex-a53
|
||||
TARGET_2ND_ARCH := arm
|
||||
TARGET_2ND_ARCH_VARIANT := armv8-a
|
||||
|
|
|
|||
Loading…
Reference in a new issue