Rename TrickyStoreOSS to TEESimulator (#3)

We should keep the java class name to facilitate the process of tracking back commit history.
This commit is contained in:
JingMatrix
2025-11-02 15:56:33 +01:00
parent c5c81b80c3
commit ed9164d9d8
12 changed files with 19 additions and 21 deletions
+2 -2
View File
@@ -66,7 +66,7 @@ ui_print ""
ui_print "- Extracting $ARCH libraries"
install_file "lib/$ABI_DIR/libTrickyStoreOSS.so" "$MODPATH"
install_file "lib/$ABI_DIR/libTEESimulator.so" "$MODPATH"
install_file "lib/$ABI_DIR/libinject.so" "$MODPATH"
ui_print ""
@@ -87,4 +87,4 @@ fi
if [ ! -f "$CONFIG_DIR/target.txt" ]; then
ui_print "- Adding default target scope"
install_file "target.txt" "$CONFIG_DIR"
fi
fi
+1 -1
View File
@@ -12,4 +12,4 @@ else
exit 1
fi
exec /system/bin/app_process -Djava.class.path="$CLASSPATH" "$MODDIR" --nice-name=TrickyStoreOSS io.github.beakthoven.TrickyStoreOSS.MainKt
exec /system/bin/app_process -Djava.class.path="$CLASSPATH" "$MODDIR" --nice-name=TEESimulator io.github.beakthoven.TrickyStoreOSS.MainKt