DO NOT MERGE: Fix incorrect TARGET_2ND_CPU_VARIANT for A/B devices
TARGET_2ND_CPU_VARIANT for non A/B devices has been changed to cortex-a15 for better performance. Do the same for A/B devices. Bug: 65042524 Test: build with aosp_arm64_ab Change-Id: Id67c2779d2170f29b278c1c8a9ac513aa76a620d
This commit is contained in:
parent
febdef4e87
commit
8f7bc0e6bd
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ TARGET_2ND_ARCH := arm
|
|||
TARGET_2ND_ARCH_VARIANT := armv7-a-neon
|
||||
TARGET_2ND_CPU_ABI := armeabi-v7a
|
||||
TARGET_2ND_CPU_ABI2 := armeabi
|
||||
TARGET_2ND_CPU_VARIANT := generic
|
||||
TARGET_2ND_CPU_VARIANT := cortex-a15
|
||||
|
||||
# Enable A/B update
|
||||
TARGET_NO_RECOVERY := true
|
||||
|
|
Loading…
Reference in a new issue