Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion module/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ if [ -d /data/adb/modules/oh_my_keymint ]; then
ui_print "! Oh My KeyMint module will be removed on next reboot"
fi

if [ -d /data/adb/modules/teesim ]; then
touch /data/adb/modules/teesim/remove
ui_print "! TEE Simulator module will be removed on next reboot"
fi

# --- Installation ---
ui_print "- Extracting module files"
for file in customize.sh module.prop post-fs-data.sh service.sh sepolicy.rule daemon; do
Expand Down Expand Up @@ -93,4 +98,4 @@ fi
if [ ! -f "$CONFIG_DIR/target.txt" ]; then
ui_print "- Adding default target scope"
install_file "target.txt" "$CONFIG_DIR"
fi
fi
Loading