mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 19:18:35 +00:00
BoardConfig: Target arm v8.2a and A55
This will let bionic use 8.2a atomics which helps scudo locking. Bug: 224756824 Test: build , boot and check by getprop Change-Id: Ie5f55071af5b8aff293224665ca68942f3e86625
This commit is contained in:
@@ -27,10 +27,10 @@ TARGET_SOC_NAME := google
|
||||
USES_DEVICE_GOOGLE_GS201 := true
|
||||
|
||||
TARGET_ARCH := arm64
|
||||
TARGET_ARCH_VARIANT := armv8-a
|
||||
TARGET_ARCH_VARIANT := armv8-2a
|
||||
TARGET_CPU_ABI := arm64-v8a
|
||||
TARGET_CPU_VARIANT := generic
|
||||
TARGET_CPU_VARIANT_RUNTIME := cortex-a53
|
||||
TARGET_CPU_VARIANT := cortex-a55
|
||||
TARGET_CPU_VARIANT_RUNTIME := cortex-a55
|
||||
|
||||
BOARD_KERNEL_CMDLINE += dyndbg=\"func alloc_contig_dump_pages +p\"
|
||||
BOARD_KERNEL_CMDLINE += earlycon=exynos4210,0x10A00000 console=ttySAC0,115200 androidboot.console=ttySAC0 printk.devkmsg=on
|
||||
|
||||
Reference in New Issue
Block a user