Embed module installer in APK

This commit is contained in:
topjohnwu
2022-01-27 05:24:05 -08:00
parent 0726a00e3b
commit 928b3425e3
5 changed files with 6 additions and 21 deletions

View File

@ -123,7 +123,8 @@ fun Project.setupApp() {
inputs.property("versionCode", Config.versionCode)
into("src/main/assets")
from(rootProject.file("scripts")) {
include("util_functions.sh", "boot_patch.sh", "uninstaller.sh", "addon.d.sh")
include("util_functions.sh", "boot_patch.sh", "addon.d.sh")
include("uninstaller.sh", "module_installer.sh")
}
from(rootProject.file("tools/bootctl"))
into("chromeos") {