8000 Deleted unused apk function · ttarfall/python-for-android@343c27f · GitHub
[go: up one dir, main page]

Skip to content

Commit 343c27f

Browse files
committed
Deleted unused apk function
1 parent 7d84513 commit 343c27f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pythonforandroid/bootstrap.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -277,14 +277,14 @@ def fry_eggs(self, sitepackages):
277277
shprint(sh.mv, '-t', sitepackages, *files)
278278
shprint(sh.rm, '-rf', d)
279279

280-
def apk(self, build_mode, env):
281-
try:
282-
ant = sh.Command('ant')
283-
except sh.CommandNotFound:
284-
error('Could not find ant binary, please install it and make '
285-
'sure it is in your $PATH.')
286-
exit(1)
287-
return shprint(ant, build_mode, _tail=20, _critical=True, _env=env)
280+
# def apk(self, build_mode, env):
281+
# try:
282+
# ant = sh.Command('ant')
283+
# except sh.CommandNotFound:
284+
# error('Could not find ant binary, please install it and make '
285+
# 'sure it is in your $PATH.')
286+
# exit(1)
287+
# return shprint(ant, build_mode, _tail=20, _critical=True, _env=env)
288288

289289

290290
def expand_dependencies(recipes):

0 commit comments

Comments
 (0)
0