From: Nolen Johnson Date: Mon, 20 May 2024 21:54:03 +0000 (-0400) Subject: g12: Commonize a few things X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d44975965a13bff3095382157c3273ad7c3ba04a;p=GitHub%2FLineageOS%2FG12%2Fandroid_device_amlogic_g12-common.git g12: Commonize a few things Change-Id: If2c95314dfef4da9445ce963a547863cd3102f49 --- diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index ed6d4ab..06335bf 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -6,9 +6,6 @@ COMMON_PATH := device/amlogic/g12-common -## BUILD_BROKEN_* -BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true - # GPU TARGET_AMLOGIC_GPU_ARCH ?= bifrost @@ -17,9 +14,6 @@ DEVICE_MANIFEST_FILE += $(COMMON_PATH)/manifest.xml ## Kernel BOARD_KERNEL_CMDLINE := androidboot.dynamic_partitions=true androidboot.boot_devices=ffe07000.emmc use_uvm=1 -ifeq ($(WITH_CONSOLE),true) -BOARD_KERNEL_CMDLINE += console=ttyS0,115200 no_console_suspend -endif TARGET_KERNEL_CONFIG := g12a_defconfig TARGET_KERNEL_SOURCE := kernel/amlogic/linux-4.9 TARGET_KERNEL_VARIANT_CONFIG ?= g12a_variant_defconfig