diff options
| author | Jeferson Rodrigo de Oliveira <jroliveira.oliveira301@gmail.com> | 2022-08-19 19:14:28 +0200 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@box1> | 2022-08-19 19:14:28 +0200 |
| commit | 4aa043359a0841a216a38bf326db0c0004c4def4 (patch) | |
| tree | 68c5c481fd0c4e0872ebba94fc3fb450cf3939a0 | |
| parent | 8552eb79f05764d26a375ab94430f9034961c42a (diff) | |
| parent | 3eea9696ef7b9510f9c823dcf0941b8b00408493 (diff) | |
| -rw-r--r-- | BoardConfigCommon.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 32595b96..07c9c491 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -31,14 +31,15 @@ TARGET_ARCH := arm64 TARGET_ARCH_VARIANT := armv8-a TARGET_CPU_ABI := arm64-v8a TARGET_CPU_ABI2 := -TARGET_CPU_VARIANT := cortex-a73 -TARGET_CPU_VARIANT_RUNTIME := cortex-a73 +TARGET_CPU_VARIANT := generic +TARGET_CPU_VARIANT_RUNTIME := kryo 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 := kryo +TARGET_2ND_CPU_VARIANT := generic +TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a73 BOARD_USES_QCOM_HARDWARE := true TARGET_BOOTLOADER_BOARD_NAME := SDM660 |
