Skip to content

Commit

Permalink
magiskboot: cleanup bootconfig and vendor ramdisk dir
Browse files Browse the repository at this point in the history
  • Loading branch information
nilz3000 authored and topjohnwu committed Sep 15, 2024
1 parent abaff72 commit 0d9ee89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions native/src/boot/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ int main(int argc, char *argv[]) {
unlink(EXTRA_FILE);
unlink(RECV_DTBO_FILE);
unlink(DTB_FILE);
unlink(BOOTCONFIG_FILE);
rm_rf(VND_RAMDISK_DIR);
} else if (argc > 2 && action == "sha1") {
uint8_t sha1[20];
{
Expand Down

0 comments on commit 0d9ee89

Please # to comment.