mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Set cpu "runtime variant" to cortex-a53
This makes bionic and various art tools that compile/runs cpu-specific code choose the cortex-a53 variant at runtime. It does not affect build-time compilation. Bug: 120773446 Test: bionic benchmarks with and without this change Change-Id: I670c8acd094090135515688c5f057c2cc08a083f Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
7d4a27cacc
commit
d19392cdc2
1 changed files with 2 additions and 0 deletions
|
|
@ -15,12 +15,14 @@ TARGET_ARCH_VARIANT := armv8-a
|
|||
TARGET_CPU_ABI := arm64-v8a
|
||||
TARGET_CPU_ABI2 :=
|
||||
TARGET_CPU_VARIANT := generic
|
||||
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 := generic
|
||||
TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a53
|
||||
|
||||
# Audio
|
||||
TARGET_EXCLUDES_AUDIOFX := true
|
||||
|
|
|
|||
Loading…
Reference in a new issue