Loading fastboot/fastboot.bash +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ _fastboot_cmd_flash() { cur="${COMP_WORDS[COMP_CWORD]}" if [[ $i -eq $COMP_CWORD ]]; then partitions="boot bootloader dtbo modem odm oem product radio recovery system vbmeta vendor" partitions="boot bootloader dtbo modem odm oem product radio recovery system vbmeta vendor vendor_dlkm" COMPREPLY=( $(compgen -W "$partitions" -- $cur) ) else _fastboot_util_complete_local_file "${cur}" '!*.img' Loading fastboot/fastboot.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -166,6 +166,10 @@ static Image images[] = { "vendor_boot.img", "vendor_boot.sig", "vendor_boot", true, ImageType::BootCritical }, { "vendor_dlkm", "vendor_dlkm.img", "vendor_dlkm.sig", "vendor_dlkm", true, ImageType::Normal }, { nullptr, "vendor_other.img", "vendor.sig", "vendor", true, ImageType::Normal }, // clang-format on }; Loading Loading
fastboot/fastboot.bash +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ _fastboot_cmd_flash() { cur="${COMP_WORDS[COMP_CWORD]}" if [[ $i -eq $COMP_CWORD ]]; then partitions="boot bootloader dtbo modem odm oem product radio recovery system vbmeta vendor" partitions="boot bootloader dtbo modem odm oem product radio recovery system vbmeta vendor vendor_dlkm" COMPREPLY=( $(compgen -W "$partitions" -- $cur) ) else _fastboot_util_complete_local_file "${cur}" '!*.img' Loading
fastboot/fastboot.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -166,6 +166,10 @@ static Image images[] = { "vendor_boot.img", "vendor_boot.sig", "vendor_boot", true, ImageType::BootCritical }, { "vendor_dlkm", "vendor_dlkm.img", "vendor_dlkm.sig", "vendor_dlkm", true, ImageType::Normal }, { nullptr, "vendor_other.img", "vendor.sig", "vendor", true, ImageType::Normal }, // clang-format on }; Loading