Don't export $API when initializing shell

* This becomes meanless after 9c0e189.
This commit is contained in:
Wang Han 2021-04-06 21:01:46 +08:00 committed by John Wu
parent 257ceb99f7
commit f6e4a27fdd
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ class AppShellInit : BaseShellInit() {
fun getBool(name: String) = getVar(name).toBoolean()
shell.newJob().apply {
add("export API=${Build.VERSION.SDK_INT}")
add(context.rawResource(R.raw.manager))
if (shell.isRoot) {
add(context.assets.open("util_functions.sh"))