Skip to content

Commit

Permalink
Remove manual creation of skip_mount
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 authored Feb 3, 2025
1 parent 8605670 commit 357dfb2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/main/java/com/drdisagree/iconify/utils/ModuleUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ object ModuleUtils {
Shell.cmd("mkdir -p $TEMP_MODULE_DIR/system/product").exec()
Shell.cmd("mkdir -p $TEMP_MODULE_DIR/system/product/overlay").exec()

if (RootUtils.isSusfsBinaryAvailable) {
Shell.cmd("touch $TEMP_MODULE_DIR/skip_mount").exec()
}

createMETAINF()
writePostExec()
symLinkBinaries()
Expand Down

0 comments on commit 357dfb2

Please sign in to comment.