Skip to content

Commit

Permalink
NLA: Drop unused recovery flags
Browse files Browse the repository at this point in the history
  • Loading branch information
log1cs authored and Niemandausduisburg committed Sep 7, 2023
1 parent 65f9fd4 commit b66fdd5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ DEVICE_MATRIX_FILE := $(DEVICE_PATH)/compatibility_matrix.xml

# Init
TARGET_INIT_VENDOR_LIB := //$(DEVICE_PATH):libinit_NLA
TARGET_RECOVERY_DEVICE_MODULES := libinit_NLA

# OTA-Assert
TARGET_OTA_ASSERT_DEVICE := NB1,NLA
Expand All @@ -143,7 +142,6 @@ BOARD_VENDORIMAGE_PARTITION_SIZE := 1073741824
BOARD_SYSTEMIMAGE_PARTITION_TYPE := ext4
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
TARGET_USERIMAGES_USE_EXT4 := true
TARGET_USERIMAGES_USE_F2FS := true
TARGET_NO_RECOVERY := true

# Platform
Expand All @@ -163,12 +161,11 @@ BOARD_USES_QCOM_HARDWARE := true
ENABLE_VENDOR_RIL_SERVICE := true

# Recovery
TARGET_RECOVERY_DENSITY := xxhdpi
BOARD_USES_RECOVERY_AS_BOOT := true
TARGET_NO_RECOVERY := true
TARGET_RECOVERY_FSTAB := $(DEVICE_PATH)/rootdir/etc/fstab.qcom
TARGET_RECOVERY_UI_BLANK_UNBLANK_ON_INIT := true
TARGET_RECOVERY_PIXEL_FORMAT := RGBX_8888
TARGET_USES_LEGACY_FD_FBDEV := true

# Root
BOARD_ROOT_EXTRA_SYMLINKS := \
Expand Down

0 comments on commit b66fdd5

Please sign in to comment.