Fix Android build version sdk in script
This commit is contained in:
parent
b6643b7bfc
commit
1426ee2ebd
@ -76,7 +76,7 @@ class AppShellInit : BaseShellInit() {
|
||||
fun getBool(name: String) = getVar(name).toBoolean()
|
||||
|
||||
shell.newJob().apply {
|
||||
add("export SDK_INT=${Build.VERSION.SDK_INT}")
|
||||
add("export API=${Build.VERSION.SDK_INT}")
|
||||
add(context.rawResource(R.raw.manager))
|
||||
if (shell.isRoot) {
|
||||
add(context.assets.open("util_functions.sh"))
|
||||
|
Loading…
Reference in New Issue
Block a user