Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ TARGET_BOOTLOADER_BOARD_NAME := G8342

### KERNEL
BOARD_KERNEL_CMDLINE += androidboot.hardware=poplar_dsds
TARGET_PREBUILT_KERNEL := $(DEVICE_PATH)/prebuilt/Image.gz-dtb
TARGET_KERNEL_CONFIG := lineage-msm8998-yoshino-poplar_dsds_defconfig

### PARTITIONS
# See also /proc/partitions on the device
Expand Down
Binary file removed prebuilt/Image.gz-dtb
Binary file not shown.
1 change: 1 addition & 0 deletions recovery/root/init.recovery.poplar_dsds.rc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on early-init

on init
setprop prepdecrypt.loglevel 2
setprop prepdecrypt.setpatch false

on fs
wait /dev/block/platform/soc/1da4000.ufshc
Expand Down
2 changes: 1 addition & 1 deletion recovery/root/system/etc/twrp.flags
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mount point fstype device [device2] fstype2
/boot emmc /dev/block/bootdevice/by-name/boot flags=slotselect
/system ext4 /dev/block/bootdevice/by-name/system flags=slotselect;backup=1;wipeingui
/system_root ext4 /dev/block/bootdevice/by-name/system flags=slotselect;display="System";backup=1;wipeingui
/system_image emmc /dev/block/bootdevice/by-name/system flags=slotselect
/vendor ext4 /dev/block/bootdevice/by-name/vendor flags=slotselect;display="Vendor";backup=1;wipeingui
/vendor_image emmc /dev/block/bootdevice/by-name/vendor flags=slotselect
Expand Down