From 9e6503c0d4a85d947c1d465a31bf38e492316934 Mon Sep 17 00:00:00 2001 From: Gabriel2392 Date: Sat, 30 Jul 2022 08:37:58 -0300 Subject: [PATCH] universal7885: define kernel arch * needed by a10 arm build --- universal7885-common/BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/universal7885-common/BoardConfigCommon.mk b/universal7885-common/BoardConfigCommon.mk index 3e3f28c..2b6ff54 100644 --- a/universal7885-common/BoardConfigCommon.mk +++ b/universal7885-common/BoardConfigCommon.mk @@ -63,6 +63,7 @@ TARGET_SEC_FP_HAS_FINGERPRINT_GESTURES := true TARGET_INIT_VENDOR_LIB := //$(COMMON_PATH):libinit_universal7885 # Kernel +TARGET_KERNEL_ARCH := arm64 BOARD_KERNEL_IMAGE_NAME := Image BOARD_KERNEL_BASE := 0x10000000 BOARD_KERNEL_PAGESIZE := 2048