Update bootctl

Close #5134
This commit is contained in:
topjohnwu
2022-01-13 02:24:02 -08:00
parent 21505a7470
commit 9c93fe6003
7 changed files with 35 additions and 12 deletions

View File

@ -125,6 +125,7 @@ fun Project.setupApp() {
from(rootProject.file("scripts")) {
include("util_functions.sh", "boot_patch.sh", "uninstaller.sh", "addon.d.sh")
}
from(rootProject.file("tools/bootctl"))
into("chromeos") {
from(rootProject.file("tools/futility"))
from(rootProject.file("tools/keys")) {