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:
rdb 2022-03-12 18:19:51 +01:00
parent e02a9989fb
commit b610a6492e

View File

@ -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'] = ''