From 04588a138e2cf9282949ef8710e560f5338c1103 Mon Sep 17 00:00:00 2001 From: dianlujitao Date: Sun, 8 Sep 2019 13:39:42 +0800 Subject: [PATCH 1/2] k5fpr: Remove custom kernel cross compile prefix Change-Id: Icc58f38fa2f66b833c73902d6733f84b77dcb575 --- BoardConfigCommon.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 8cfc690..87ae4ef 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -99,7 +99,6 @@ BOARD_KERNEL_CMDLINE := bootopt=64S3,32N2,64N2 firmware_class.path=/system/vendo BOARD_KERNEL_BASE := 0x40078000 BOARD_KERNEL_PAGESIZE := 2048 BOARD_MKBOOTIMG_ARGS := --base 0x40078000 --pagesize 2048 --kernel_offset 0x00008000 --ramdisk_offset 0x03f88000 --second_offset 0x00e88000 --tags_offset 0x0df88000 --board A7010 -TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-android- MTK_APPENDED_DTB_SUPPORT := yes BOARD_KERNEL_IMAGE_NAME := Image.gz-dtb BOARD_USES_FULL_RECOVERY_IMAGE := true From ad5b390d0c645f95930cc5cffac4eb3ad2f76310 Mon Sep 17 00:00:00 2001 From: jhenrique09 Date: Mon, 16 Sep 2019 19:02:36 +0000 Subject: [PATCH 2/2] k5fpr: Correct define libinit variable Change-Id: Ia1a58bea3df625fd76c060370dc7f9fa2a597765 --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 87ae4ef..faf8c72 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -67,7 +67,7 @@ BOARD_HAVE_BLUETOOTH := true BOARD_BLUETOOTH_DOES_NOT_USE_RFKILL := true # Init -TARGET_INIT_VENDOR_LIB := libinit_mediatek +TARGET_INIT_VENDOR_LIB := //$(PLATFORM_PATH):libinit_mediatek # Enable Minikin text layout engine (will be the default soon) USE_MINIKIN := true