dist: Don't set sys.platform to "android" on Android
Let's just do what upstream does, so that there are no surprises.
This commit is contained in:
parent
e02a9989fb
commit
b610a6492e
|
|
@ -155,7 +155,6 @@ from android_log import write as android_log_write
|
|||
|
||||
|
||||
sys.frozen = True
|
||||
sys.platform = "android"
|
||||
|
||||
# Temporary hack for plyer to detect Android, see kivy/plyer#670
|
||||
os.environ['ANDROID_ARGUMENT'] = ''
|
||||
|
|
|
|||
Loading…
Reference in New Issue