diff options
-rw-r--r-- | proprietary-files.txt | 2 | ||||
-rwxr-xr-x | setup-makefiles.sh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/proprietary-files.txt b/proprietary-files.txt index d020847..c3f8b33 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -1482,6 +1482,8 @@ vendor/lib64/libtime_genoff.so # Touchscreen firmware vendor/firmware/goodix_cfg_group.bin vendor/firmware/goodix_firmware.bin +vendor/firmware/goodix_cfg_group.bin:recovery/root/vendor/firmware/goodix_cfg_group.bin +vendor/firmware/goodix_firmware.bin:recovery/root/vendor/firmware/goodix_firmware.bin # Thermal vendor/bin/mi_thermald diff --git a/setup-makefiles.sh b/setup-makefiles.sh index ba8a6ec..2c1f7db 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -31,5 +31,7 @@ write_headers write_makefiles "${MY_DIR}/proprietary-files.txt" true + echo "TARGET_RECOVERY_DEVICE_DIRS += vendor/$VENDOR/$DEVICE/proprietary" >> "$BOARDMK" + # Finish write_footers
\ No newline at end of file |