Skip to content

Commit

Permalink
删除已不再使用的miui内核
Browse files Browse the repository at this point in the history
  • Loading branch information
ymdzq committed Aug 17, 2023
1 parent dca1ba8 commit a566120
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,14 @@ TARGET_BOARD_PLATFORM_GPU := qcom-adreno650
QCOM_BOARD_PLATFORMS += kona

# Kernel
BOARD_KERNEL_CMDLINE := androidboot.init_fatal_reboot_target=recovery
BOARD_KERNEL_IMAGE_NAME := Image
BOARD_BOOT_HEADER_VERSION := 3
BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)

# Kernel - prebuilt
ifeq ($(USE_CAF_KERNEL),1)
TARGET_FORCE_PREBUILT_KERNEL := true
ifeq ($(TARGET_FORCE_PREBUILT_KERNEL),true)
TARGET_PREBUILT_KERNEL := $(DEVICE_PATH)/prebuilt/Image
else
TARGET_PREBUILT_KERNEL := $(DEVICE_PATH)/prebuilt/kernel
endif

# Kernel dtb
Expand Down
Binary file removed prebuilt/kernel
Binary file not shown.
2 changes: 0 additions & 2 deletions vendorsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@
export OF_NO_TREBLE_COMPATIBILITY_CHECK=1
# 删除zip包里的AromaFM(有的设备用不了)
export FOX_DELETE_AROMAFM=1
# 使用CAF内核
export USE_CAF_KERNEL=1

## 硬件功能设定
# 没有绿色led
Expand Down

0 comments on commit a566120

Please sign in to comment.