mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-18 16:29:44 +01:00
Move StreamGobbler to shell package
This commit is contained in:
parent
d4653d0590
commit
cdbd38faaa
2 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.termux.app.terminal;
|
package com.termux.app.shell;
|
||||||
|
|
||||||
import java.io.BufferedReader;
|
import java.io.BufferedReader;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
@ -5,6 +5,7 @@ import androidx.annotation.NonNull;
|
||||||
import com.termux.R;
|
import com.termux.R;
|
||||||
import com.termux.app.TermuxConstants;
|
import com.termux.app.TermuxConstants;
|
||||||
import com.termux.app.TermuxService;
|
import com.termux.app.TermuxService;
|
||||||
|
import com.termux.app.shell.StreamGobbler;
|
||||||
import com.termux.app.utils.Logger;
|
import com.termux.app.utils.Logger;
|
||||||
import com.termux.app.utils.PluginUtils;
|
import com.termux.app.utils.PluginUtils;
|
||||||
import com.termux.app.utils.ShellUtils;
|
import com.termux.app.utils.ShellUtils;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue