diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 8cfc690..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 @@ -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