From 70d5c99a30d6e7eb9963b77cf7eb881f87682244 Mon Sep 17 00:00:00 2001 From: kelson42 Date: Tue, 24 Dec 2013 19:02:16 +0100 Subject: [PATCH] + remove a useless command (which in addition seems to sporadicaly make the compilation fails) --- build-android-with-native.py | 1 - 1 file changed, 1 deletion(-) diff --git a/build-android-with-native.py b/build-android-with-native.py index c099a9ba8..08e9376f4 100755 --- a/build-android-with-native.py +++ b/build-android-with-native.py @@ -528,7 +528,6 @@ if COMPILE_APK: syscall('rm -f build/apk/*.apk', shell=True) syscall('./gradlew build') - syscall('ls -lh build/apk/*.apk', shell=True) if LOCALES_TXT: