Skip to content

Commit

Permalink
Use TW_LOAD_VENDOR_BOOT_MODULES flag
Browse files Browse the repository at this point in the history
for loading modules from vendor_boot ramdisk when permanently installed https://gerrit.twrp.me/c/android_bootable_recovery/+/6963
  • Loading branch information
HemanthJabalpuri committed Jan 28, 2024
1 parent 22324c5 commit 78a9157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ TW_INCLUDE_REPACKTOOLS := true

# Kernel module loading for touch, battery etc
TW_LOAD_VENDOR_MODULES := $(shell echo \"$(shell ls $(DEVICE_PATH)/recovery/root/vendor/lib/modules/1.1)\")
TW_LOAD_VENDOR_BOOT_MODULES := true

# Include decryption support
TW_INCLUDE_CRYPTO := true
Expand Down

0 comments on commit 78a9157

Please sign in to comment.