Skip to content

Commit

Permalink
gta9: Load all vendor modules except gki.
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-Crypton authored Sep 4, 2024
1 parent 6a932b1 commit a763664
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,10 @@ TW_DEVICE_VERSION := TND_3.3_Staging
# Battery correct percentage
TW_CUSTOM_BATTERY_PATH := /sys/class/power_supply/battery/capacity

# Modules
# Vendor Modules
TW_LOAD_VENDOR_MODULES := true
TW_LOAD_VENDOR_BOOT_MODULES := true
TW_LOAD_VENDOR_MODULES_EXCLUDE_GKI := true

# env
BUILD_BROKEN_MISSING_REQUIRED_MODULES := true

0 comments on commit a763664

Please sign in to comment.