From db579a4eba8b62a2232f65797047f2978a2131c4 Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Thu, 3 Mar 2011 23:39:12 +0000 Subject: [PATCH] Correction to previous commit --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index fc5df048..23bf9da5 100755 --- a/build.py +++ b/build.py @@ -192,7 +192,7 @@ for app in apps: sys.exit(1) # Generate (or update) the ant build file, build.xml... - if thisbuild.get('update', 'yes') != 'yes': + if thisbuild.get('update', 'yes') == 'yes': parms = ['android','update','project','-p','.'] parms.append('--subprojects') if thisbuild.has_key('target'): -- 2.30.2