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:
+2
-2
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user