Repo normalization problems fixed.

This commit is contained in:
Alexander Smorkalov
2012-10-24 12:46:36 +04:00
parent 4f0f6686d1
commit 680fba7e0d
3 changed files with 21 additions and 21 deletions

View File

@@ -10,8 +10,8 @@ DEVICE_ARCH = "armeabi"
if (__name__ == "__main__"):
if (len(sys.argv) >= 3):
DEVICE_ARCH = sys.argv[1]
DEVICE_NAME = sys.argv[2]
DEVICE_ARCH = sys.argv[1]
DEVICE_NAME = sys.argv[2]
if (DEVICE_NAME != ""):
DEVICE_STR = "-s \"" + DEVICE_NAME + "\""