mirror of
https://github.com/chiteroman/TrickyStore.git
synced 2025-07-17 15:29:32 +00:00
fix wrong module name in customize.sh
This commit is contained in:
committed by
chiteroman
parent
b559646d7b
commit
a407a01b34
@@ -111,7 +111,8 @@ afterEvaluate {
|
|||||||
"DEBUG" to if (buildTypeLowered == "debug") "true" else "false",
|
"DEBUG" to if (buildTypeLowered == "debug") "true" else "false",
|
||||||
"SONAME" to moduleId,
|
"SONAME" to moduleId,
|
||||||
"SUPPORTED_ABIS" to supportedAbis,
|
"SUPPORTED_ABIS" to supportedAbis,
|
||||||
"MIN_SDK" to androidMinSdkVersion.toString()
|
"MIN_SDK" to androidMinSdkVersion.toString(),
|
||||||
|
"MODULENAME" to moduleName
|
||||||
)
|
)
|
||||||
filter<ReplaceTokens>("tokens" to tokens)
|
filter<ReplaceTokens>("tokens" to tokens)
|
||||||
filter<FixCrLfFilter>("eol" to FixCrLfFilter.CrLf.newInstance("lf"))
|
filter<FixCrLfFilter>("eol" to FixCrLfFilter.CrLf.newInstance("lf"))
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ if [ "$BOOTMODE" ] && [ "$KSU" ]; then
|
|||||||
if [ "$(which magisk)" ]; then
|
if [ "$(which magisk)" ]; then
|
||||||
ui_print "*********************************************************"
|
ui_print "*********************************************************"
|
||||||
ui_print "! Multiple root implementation is NOT supported!"
|
ui_print "! Multiple root implementation is NOT supported!"
|
||||||
ui_print "! Please uninstall Magisk before installing Zygisk Next"
|
ui_print "! Please uninstall Magisk before installing @MODULENAME@"
|
||||||
abort "*********************************************************"
|
abort "*********************************************************"
|
||||||
fi
|
fi
|
||||||
elif [ "$BOOTMODE" ] && [ "$MAGISK_VER_CODE" ]; then
|
elif [ "$BOOTMODE" ] && [ "$MAGISK_VER_CODE" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user